Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

Dotfiles

Prereqs (macOS)

  • Xcode Command Line Tools
  • Git

Install (macOS)

# clone
git clone <repo-url> ~/dotfiles
cd ~/dotfiles

# install brew deps + python venv for scripts
./install_macos.sh

# then apply dotfiles (stow/zsh/tmux/vim wiring)
./shell_setup.sh
./setup_all.sh

Maintenance

Update Brewfile after adding/removing CLI dependencies:

brew bundle dump --file Brewfile --force

Update Python requirements after adding/removing imports in scripts/bin:

$HOME/.local/share/dotfiles/venv/bin/pip freeze > scripts/requirements.txt

Quick checks

command -v brew
command -v dotpy
dotpy -c "import sys; print(sys.executable)"
# Example python script
scripts/bin/typewrite "hello"

About

My own dotfiles configure for MacOS / Linux

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages