Skip to content

Commit

Permalink
updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
netoxico committed Jan 7, 2015
1 parent 1be8bec commit 15a35fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ensure_link ".dotfiles/vim/gvimrc" ".gvimrc"
ensure_link ".dotfiles/.gitexcludes" ".gitexcludes"
ensure_link ".dotfiles/.gitconfig" ".gitconfig"
ensure_link ".dotfiles/tmux/tmux.conf" ".tmux.conf"
ensure_link ".dotfiles/fish/config.fish" ".config/fish/config.fish"
ensure_link ".dotfiles/fish" ".config/fish"
ensure_link ".dotfiles/sublimetext/User/" "Library/Application Support/Sublime Text 3/Packages/User"

echo "[*] Installation completed"

0 comments on commit 15a35fe

Please sign in to comment.