Skip to content

s-espinosa/dotfiles

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published