Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.21 KB

.files

People kept asking me for my configuration files so I figured I'd put 'em up here...

##Custom stuff

zsh/zshrc                # My config with LOTS of macros, color settings
zsh/king.zsh-theme       # My custom zshrc theme designed for royalty
git/gitconfig            # Git is amazing

Custom system stuff

files.bash            # Setup my soft links for my .files system
osx/osx.bash          # Custom osx configuration script

Vanilla script

Getting started? This is a simple list for people who need to be up and running fast.

bash_profile          # Simple bash script (git, colors, paths)
dircolors             # Customize directory colors using ls
SolarizedDark.theme   # OSX terminal theme. Must install Total Terminal
SolarizedLight.theme  # OSX terminal theme. Must install Total Terminal

Personal Install Steps'

  1. Install homebrew
  2. Install zsh

Special Thanks

My config wouldn't be anything without standing on the shoulders of giants.

zsh/oh-my-zsh         # Bandwagons are fun! Come aboard.
dircolors/dircolors   # http://github.com/seebi/dircolors-solarized
dircolors/test        # My test dir for dircolors. Run `make` to see it for reals.