Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1021 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1021 Bytes

dotfiles

dotfiles for macOS managed with GNU stow

installation

homebrew

brew.sh automatically detects if homebrew is installed and if it isn't, installs it - afterwards it installs all applications specified in Brewfile. One nice bonus of managing things this way is you can brew install additional apps and then run brew bundle dump to generate or update your Brewfile.

stow

The actual config files for most applications are managed with GNU Stow which is installed by homebrew. Assuming you cloned the dotfiles directory into your home directory, run stow bash, for example, from ~/dotfiles to create symlinks of all files within that directory to their expected locations in your home directory. It's a little weird at first but it's totally worth it.

todo

  • document vim/vim-plug
  • document stow, automate deplying dotfiles with stow
  • support for gruvbox and other themes
  • linux support