Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiis committed May 29, 2014
1 parent 5ac209a commit 335aebf
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
@@ -1,6 +1,17 @@
dotfiles
========
install:
./bin/dotfiles-install
Symbolically link to these files.

credit to lahwran for these wonderful dotfiles including install
```
ls -s ~/.bashrc bashrc
```

Or, if you already have a .bashrc file you can maintain both.

```
touch ~/.bashrc.global
ln -s ~/.bashrc.global bashrc
echo "source ~/.bashrc.global" >> ~/.bashrc
```

Credit to @lahwran for the foundation of bashrc vimrc.

0 comments on commit 335aebf

Please sign in to comment.