From 07064c697f273525e505ec498b7c9a5859310311 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 25 Jul 2020 10:14:30 +0200 Subject: Moving to $HOME/git/dotfiles --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e6cff50..3cbe6a3 100755 --- a/install.sh +++ b/install.sh @@ -15,12 +15,13 @@ create_dotfile_link_same() ########################### # dotfiles directory -[ -z $DOTDIR ] && DOTDIR=`pwd` +[ -z $DOTDIR ] && export DOTDIR=`pwd` # Creating links create_dotfile_link_same .zshrc create_dotfile_link_same .bashrc create_dotfile_link_same .vimrc +create_dotfile_link_same .pluggins.vim [ ! -d $HOME/.vim/plugin ] && mkdir -p $HOME/.vim/plugin create_dotfile_link grep.vim .vim/plugin/grep.vim @@ -30,6 +31,7 @@ create_dotfile_link xmonad.hs .xmonad/xmonad.hs create_dotfile_link_same .gdbinit create_dotfile_link_same .ghci create_dotfile_link_same .gitconfig +create_dotfile_link_same muttrc [ ! -d $HOME/.config ] && mkdir $HOME/.config create_dotfile_link redshift.conf .config/redshift.conf -- cgit