Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.01 KB

File metadata and controls

28 lines (27 loc) · 1.01 KB

dotfiles

Mac Setup

  1. install brew
  2. clone to $HOME/dotfiles
    git clone git@github.com:dannyrandall/dotfiles.git $HOME/dotfiles
  3. symlink config directory:
    ln -s $HOME/dotfiles/config $HOME/.config
  4. install karabiner-elements
    • Enable 'Danny caps layer' rules under 'Complex modifications'
  5. install fira code
  6. setup dracula terminal.app profile
    • Update font to Fira Code and font size to 14
  7. install vscode
  8. install neovim
  9. install mise
  10. install antigen
  11. install tpm
  12. install vim-plug
    • install neovim plugins by opening neovim and running :PlugInstall
  13. symlink zsh config:
    ln -s $HOME/dotfiles/zshrc $HOME/.zshrc