My vim/zsh dotfiles, derived from / inspired by these people:
git clone [email protected]:richgilbank/dotfiles.git
cd dotfiles
rake install
set your iterm colors and fonts
* Profiles > Colors > Load Preset > Solarized Dark
* Profiles > Text > Regular Font > Change Font > "Source Code Pro for Powerline"
* Profiles > Text > Non-ASCII Font > Change Font > "Source Code Pro for Powerline"
if things didn't all work, you may have to run './common-setup.sh' manually
-
bin/: Anything in
bin/will be added to your$PATHand be made available everywhere. -
topic/*.sh: Any files ending in
.shget loaded into your environment. -
topic/*.symlink: Any files ending in
*.symlinkget symlinked into your$HOME. (These files get symlinked when you runrake install.)- symlinks can be generated in cases where these standard topic/*.symlink
symlink rules do not apply; see the
:installtask of theRakefilefor details.
- symlinks can be generated in cases where these standard topic/*.symlink
symlink rules do not apply; see the
-
.localrc: Create a file called
.localrcto store any data that you do not want committed to the git repository (secrets, etc.).