macOS dotfiles for JS/Python development.
Shell (bash), git, tmux, and editor configs.
- macOS
- Homebrew
brew install stowgit clone <this repo> ~/.home-directory && cd ~/.home-directorygit submodule update --init --recursivestow -R --no-folding --adopt -t ~ .Note:--adoptmoves any pre-existing files in~into the repo, overwriting the tracked versions. Checkgit status/git diffafterwards and reset anything you didn't mean to keep.- Start a new shell (so
.bashrc.dsetsHOMEBREW_BUNDLE_FILE), then runbin/brew-install.
Inspired by https://knowler.dev/blog/maintaining-dotfiles.