Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 458 Bytes

dotfiles

Dotfiles managed with GNU Stow.

Setup

Install: brew install stow

Run:

git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone [email protected]:conortm/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow git tmux zsh
chsh -s $(which zsh)

Inspired by ericduran/dotfiles and jessfraz/dotfiles.