My dotfiles are managed using a git --bare repository
with the working tree set to the $HOME
directory. This means files can be added where they are without the need for symbolic linking.
Dependencies are manged via Homebrew.
Run one of the following commnads on your terminal:
sh -c "$(wget -O- https://raw.githubusercontent.com/krak3n/dotfiles/master/.config/dotfiles/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/krak3n/dotfiles/master/.config/dotfiles/tools/install.sh)"