Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.22 KB

README.md

File metadata and controls

56 lines (43 loc) · 2.22 KB

Dotfiles

Install

git clone --recursive [email protected]:iWader/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

Periodically run dot, this will keep your environment updated. You can find the file at bin/dot.

iTerm2 Settings

  1. Preferences > Profiles
  2. Under the Colors tab Load Presets using ~/.dotfiles/iterm2/cobalt2.itermcolors
  3. Under the Text tab change the font for each type (Regular and Non-ASCII) to 'Inconsolata for Powerline' found under ~/.dotfiles/fonts.

components

There's a few special files in the hierarchy.

  • bin/: Anything in bin/ will get added to your $PATH and be made available everywhere.
  • Brewfile: This is a list of applications for Homebrew Cask to install: things like Chrome and 1Password and Adium and stuff. Might want to edit this file before running any initial setup.
  • topic/*.zsh: Any files ending in .zsh get loaded into your environment.
  • topic/path.zsh: Any file named path.zsh is loaded first and is expected to setup $PATH or similar.
  • topic/completion.zsh: Any file named completion.zsh is loaded last and is expected to setup autocomplete.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/bootstrap.

Credits

License

MIT. See LICENSE file for more info.