Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my settings unless you know what that entails. Use at your own risk!
- Installing the MVP platform :
- install the homebrew binary
- install the chezmoi binary
- Run first time setup:
# Create a Code folder
$ mkdir -p ~/Code/
# clone repository
$ chezmoi init --source ~/Code/.dotfiles [email protected]:stefancrain/dotfiles.git
# enter dotfiles project
$ cd ~/Code/.dotfiles
# Install Mac Requirements
$ brew bundle install
# - Install Linux Requirements see Requirements section below
# see what would be changed by applying dotfiles
$ chezmoi diff
# If you're happy with the changes then apply them
$ chezmoi apply