Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 982 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 982 Bytes

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. setup dracula terminal.app profile
  6. install fira code
  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