From 5dc6f06e82afd13919ac5d50f8bf23453af5bce9 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 6 Apr 2015 16:52:11 +0200 Subject: Rename $root to $dotfiles --- install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2636c86..c00453c 100755 --- a/install.sh +++ b/install.sh @@ -1,24 +1,24 @@ #!/bin/sh -root=$(pwd) +dotfiles=$(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" +ln -sf "$dotfiles/shell/_zshrc" "$HOME/.zshrc" +ln -sfT "$dotfiles/shell/_oh-my-zsh" "$HOME/.oh-my-zsh" # [emacs] -ln -sfT "$root/dotEmacs" "$HOME/.emacs.d" +ln -sfT "$dotfiles/dotEmacs" "$HOME/.emacs.d" # [vim] -ln -sf "$root/shell/_vimrc" "$HOME/.vimrc" +ln -sf "$dotfiles/shell/_vimrc" "$HOME/.vimrc" # [git] -ln -sf "$root/shell/_gitconfig" "$HOME/.gitconfig" +ln -sf "$dotfiles/shell/_gitconfig" "$HOME/.gitconfig" # [tmux] -ln -sf "$root/shell/_tmux.conf" "$HOME/.tmux.conf" +ln -sf "$dotfiles/shell/_tmux.conf" "$HOME/.tmux.conf" echo "Finished installing dotfiles" -- cgit v1.2.3-70-g09d2