/.dotfiles

Primary LanguageShell

Dotfiles

Installing

You will need git and GNU stow

Clone into your $HOME directory or ~ Install XCode

xcode-select --install
git clone https://github.com/stefhol/.dotfiles.git ~/.dotfiles --recurse-submodules
cd ~/.dotfiles
git submodule update --recursive --init

Run stow to symlink everything or just select what you want

stow */ # Everything (the '/' ignores the README)
stow zsh # Just my zsh config

Managing

Create Brewfile

brew bundle dump --describe