From 6c9ecd4bc57a318f9b8663cb476efa2945de716b Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 6 Apr 2015 16:41:29 +0200 Subject: Initial commit, add everything else --- install.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..1a84e69 --- /dev/null +++ b/install.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +root=$(pwd) + +# make sure all submodules are there +git submodule update --init + +# [zsh] +ln -sf $root/shell/_zshrc $HOME/.zshrc +ln -sfT $root/shell/_oh-my-zsh $HOME/.oh-my-zsh + +# [emacs] +ln -sfT $root/dotEmacs $HOME/.emacs.d + +# [vim] +ln -sf $root/shell/_vimrc $HOME/.vimrc + +# [git] +ln -sf $root/shell/_gitconfig $HOME/.gitconfig + +# [tmux] +ln -sf $root/shell/_tmux.conf $HOME/.tmux.conf + +echo "Finished installing dotfiles" -- cgit v1.2.3-70-g09d2