Skip to content

Commit

Permalink
Merge zeus:.dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnphm committed May 19, 2015
2 parents f99ece9 + 81d1c0c commit c4024af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .config/fish/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fish_history
10 changes: 6 additions & 4 deletions link.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /bin/zsh
#! /bin/sh
DOTFILES=`pwd`

ln -sf $DOTFILES/.vim* ..
ln -sf $DOTFILES/.zsh* ..
ln -sf $DOTFILES/.xprofile ..
ln -sf $DOTFILES/.vim* ~
ln -sf $DOTFILES/.zsh* ~
ln -sf $DOTFILES/.oh-my-* ~
ln -sf $DOTFILES/.config/fish ~/.config
ln -sf $DOTFILES/.xprofile ~

0 comments on commit c4024af

Please sign in to comment.