This repo contains the setup for my home directory. I manage this using the dgit
alias.
When setting this up on a new computer, create thre required directories:
mkdir ~/.dotfiles/
Clone the repo:
git clone https://github.com/dylanratcliffe/home.git ./.dotfiles
Create the dgit alias initially and checkout the code:
alias dgit='git --git-dir ~/.dotfiles/.git --work-tree=$HOME'
dgit reset HEAD --hard
Install all of the dependencies:
brew install go rbenv pyenv zsh tpm jq wget
brew install --cask font-meslo-for-powerlevel10k
Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Set up the following settings in iTerm2:
- Use built-in Powerline glyphys
- Set colour for light & dark mode (Solarized)
- Set the font to MesloLGS NF
Install Tmux plugins by starting a session then pressing CMD+a then SHIFT+i