Clone this repository and set up the dotfiles
alias:
$ cd $HOME
$ alias dotfiles="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
$ git clone --bare git@github.com:pfolta/dotfiles.git $HOME/.dotfiles
$ dotfiles config --local status.showUntrackedFiles no
$ dotfiles checkout
Now you can use the dotfiles
command to interact with the dotfiles repository.
Install Homebrew (this will download Command Line Tools for Xcode):
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Verify everything is okay with:
$ brew doctor
$ brew cask install iterm2
$ curl -L http://install.ohmyz.sh | sh
$ brew install zsh-autosuggestions
$ brew install zsh-completions
$ brew install zsh-syntax-highlighting