/dotfiles

${HOME}

Primary LanguageShell

dotfiles

Setup

  1. Install brew

  2. Install GitHub CLI

    brew install gh
    
  3. Clone dotfiles

    gh login
    gh repo clone amcclosky/dotfiles .dotfiles
    
  4. cd .dotfiles && brew bundle install

  5. Install nvm

  6. Link .zshrc to $HOME

    ln -s ~/.dotfiles/.zshrc ~/.zshrc