This repository contains all my dotfiles and config files.
The following tools need to be installed:
brew install git
brew install stow
Firstly, checkout the dotfiles
repository to your $HOME
directory using git
.
git clone [email protected]:gsteyn/dotfiles.git
cd dotfiles
Then, use GNU stow
to create symlinks of the files in the dotfiles
folder.
stow .
Finally, install all the brew
packages.
xargs brew install < brew_leaves.txt
When leaving the machine, or when new homebrew installations have been added that is needed for future setups, then generate the leaves again.
brew leaves > brew_leaves.txt