This repository helps me setup and maintain my workstation. It takes the effort out of installing everything manually.
These dotfiles are hugely influenced by @driesvints dotfiles
- Clone this repo to
~/.dotfiles
- Run
install.sh
to start the installation - Set zsh as your default shell:
chsh -s $(which zsh)
- Reload your environent with
source ~/.zshrc
See the install.sh