Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 416 Bytes

Mike Lee Williams's dotfiles

The install script uses stowsh to symlink dotfiles into the appropriate location.

git clone [email protected]:mikepqr/dotfiles.git ~/.dotfiles
cd .dotfiles
git config --local user.email "[email protected]"
./install.sh

If you're running install.sh on an ssh one-liner, you need the -t option, i.e. ssh -t server ~/.dotfiles/install.sh.