Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.32 KB

My Dotfiles

I went and made it so that the dotfiles I care about could exist outside of the home directory.

To install on a new machine:

  1. Install homebrew
  2. brew update
  3. brew install zsh zsh-completions
  4. brew install antigen
  5. Clone this directory into ~/Documents/
  6. Add any environment variables to a .env file in the cloned directory.
  7. Add the line below to your .zshrc
source "${HOME}/documents/dotfiles/.index"
  1. source ~/.zshrc
  2. brew install vim
  3. mkdir -p ~/Documents/dotfiles/.vim/bundle
  4. mkdir ~/Documents/dotfiles/.vim/colors
  5. git clone git@github.com:altercation/vim-colors-solarized.git
  6. mv vim-colors-solarized/colors/solarized.vim ~/.vim/colors
  7. rm -rf vim-colors-solarized
  8. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  9. Open vim and run :PluginInstall
  10. Open iTerm preferences -> Profiles -> Colors -> Color Presets -> Import...
  11. Select GruvboxHardDark.itermcolors from ~/Documents/dotfiles/iterm_colors
  12. Import, then select the new option from the same dropdown.
  13. Still in the iTerm preferences, select Profile -> Terminal and check Unlimited scrollback.

I think that should be it? Pull Requests accepted? Maybe? Kind of? Yes to fix things. Probably not to make changes. Fork and make your own.