forked from mudhorn/dotfiles
13 lines
239 B
Markdown
13 lines
239 B
Markdown
# Installation
|
|
```
|
|
cd
|
|
git clone https://github.com/flipsidecreations/dotfiles.git
|
|
|
|
(make sure these files do not exist first)
|
|
ln -s dotfiles/.bashrc ~/
|
|
ln -s dotfiles/.vimrc ~/
|
|
ln -s dotfiles/.screenrc ~/
|
|
ln -s dotfiles/.tmux.conf ~/
|
|
```
|
|
|