chrismytton / dotfiles

~chris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles.

Install

git clone https://github.com/chrismytton/dotfiles ~/.dotfiles
cd ~/.dotfiles
./script/setup

Post install

Finally you need to change your shell to zsh.

chsh -s $(which zsh)

How does it work?

There are a bunch of .symlink files in the repo. When ./script/setup gets run they are symlinked into the users' home directory.

Author

Chris Mytton - @chrismytton

About

~chris

License:MIT License


Languages

Language:Ruby 59.7%Language:Shell 40.3%