/dotfiles

My dotfiles

Primary LanguageShell

My dotfiles

Config files for vim and tmux. Borrowed from @holman, square, mathias bynens

Setup Fresh Mac

  1. Install Homebrew
  2. Generate new SSH key to use with Github (see Github Documentation)
  3. Add newly generated SSH key to user settings on Github
  4. Install VS Code
  5. Install and Configure Fish
  • brew install fish
  • Add Fish to list of available shells: echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
  • Change the default shell: chsh -s /usr/local/bin/fish
  1. Install oh-my-fish