Home

Awesome

sloria's dotfiles

My dotfiles, forked from holman/dotfiles.

a few neat features

prerequisites: Install these first

components

All configuration is done in ~/.dotfiles. Files are separated into topic directories with a number of special files.

You can also put any secret stuff in ~/.localrc. This file will be executed by ~/.zshrc

special notes

homebrew and homebrew-cask

Put any common packages and applications you want installed in homebrew/Brewfile and homebrew-cask/Caskfile. These will be installed when you run the bootstrap or dot scripts.

sublime text 3

Anything in sublime3/User will get symlinked to your Sublime Text User directory.

There is also an example Preferences file you can use.

fonts

To install fonts on OSX, simply drag the .ttf files onto the Font Book application.

python

The python topic installs the Anaconda Python distribution using the miniconda installer. The installation is entirely self-contained, and lives at ~/miniconda.

iterm2 color themes

To import an iterm themes, open your iTerm2 preferences and go to your Profiles settings. In the color tab, click the Load preset dropdown and choose "Import".

install

Run this:

git clone https://github.com/sloria/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This will setup all the symlinks and run all the install.sh scripts.

staying updated

To handle installation and updates, run

dot

This will run all topic/install.sh scripts.

TODO