dotfiles/README.md

11 lines
195 B
Markdown
Raw Normal View History

2015-12-12 09:05:10 -08:00
# Installation
```
2015-12-12 12:11:58 -08:00
cd
git clone https://github.com/flipsidecreations/dotfiles.git
ln -s dotfiles/.bashrc ~/
2015-12-12 09:05:10 -08:00
ln -s dotfiles/.vimrc ~/
ln -s dotfiles/.screenrc ~/
ln -s dotfiles/.tmux.conf ~/
```