/dotfiles

Inspired by https://github.com/xero/dotfiles

Primary LanguageShell

New Machine Setup

macOS

  1. Install brew (should also trigger installation of command-line tools)
  2. ssh-keygen -t rsa -b 4096 -C "caleb.stdenis@gmail.com"
  3. pbcopy < ~/.ssh/id_rsa.pub
  4. Add SSH Key
  5. cd ~
  6. git clone git@github.com:castdin/dotfiles.git
  7. cd dotfiles
  8. Terminal > Preferences > Import... > ~/terminal/atom/Atom.terminal
  9. brew install stow
  10. brew install fish
  11. stow fish -t ~/.config
  12. sudo sh -c "echo $(which fish) >> /etc/shells"
  13. chsh -s $(which fish)
  14. fundle install
  15. stow git