Skip to content

Commit

Permalink
Add installation guide, let linkem to run anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Feb 19, 2014
1 parent ef4e96e commit a5dbbf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
dotfiles
========

~/.*
~/.\*

Installation
------------
git clone [email protected]:JIghtuse/dotfiles.git ~/.dotfiles
~/.dotfiles/linkem
2 changes: 2 additions & 0 deletions linkem
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

pushd $HOME
rm -f ~/.aliases ~/.bashrc ~/.inputrc ~/.zshrc ~/.pentadactylrc
ln -s .dotfiles/aliases ~/.aliases
ln -s .dotfiles/bashrc ~/.bashrc
ln -s .dotfiles/inputrc ~/.inputrc
ln -s .dotfiles/zshrc ~/.zshrc
ln -s .dotfiles/pentadactylrc ~/.pentadactylrc
popd

0 comments on commit a5dbbf9

Please sign in to comment.