Skip to content

JustinAiken/dotfiles

Repository files navigation

My Dotfiles

What a nice shell customization!

Installation (chef)

Use the justinaiken_dotfiles cookbook.

Installation (manual)

    1. Install ZSH
    1. Set ZSH as preferred shell:
chsh -s `which zsh`
    1. Install oh-my-zsh:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
    1. Clone this repo:
git clone git@github.com:JustinAiken/dotfiles.git
# or
git clone https://github.com/JustinAiken/dotfiles.git
    1. Sync the submodules:
git submodule init
git submodule update
    1. Run the sync script:
chmod +x ~/dotfiles/sync.sh && ~/dotfiles/sync.sh