Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 479 Bytes

File metadata and controls

33 lines (23 loc) · 479 Bytes

dot

personal dotfiles managed with GNU Stow.

install

cd ~/dot
stow -t ~ .
stow -t ~ linux    # linux-specific scripts and binaries

uninstall

cd ~/dot
stow -D -t ~ linux  # remove linux-specific first
stow -D -t ~ .      # then remove base

brew

brew bundle install

# to dump brew into a Brewfile:
brew bundle dump

requirements