Set up aliasing
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare git@github.com:jordibeen/dotfiles.git $HOME/.dotfiles
Hide untracked files
dotfiles config --local status.showUntrackedFiles no
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
cat .brew/requirements.txt | xargs brew install && cat .brew/casks.txt | xargs brew install --cask