- install brew
- clone to
$HOME/dotfilesgit clone git@github.com:dannyrandall/dotfiles.git $HOME/dotfiles - symlink
configdirectory:ln -s $HOME/dotfiles/config $HOME/.config
- install karabiner-elements
- Enable 'Danny caps layer' rules under 'Complex modifications'
- install fira code
- setup dracula terminal.app profile
- Update font to Fira Code and font size to 14
- install vscode
- install neovim
- install mise
- install antigen
- install tpm
- install vim-plug
- install neovim plugins by opening neovim and running
:PlugInstall
- install neovim plugins by opening neovim and running
- symlink
zshconfig:ln -s $HOME/dotfiles/zshrc $HOME/.zshrc