aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-25 10:14:30 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-25 10:14:30 +0200
commit07064c697f273525e505ec498b7c9a5859310311 (patch)
tree7b9617eccea4b4831782ac8bb097186c162f5c60 /install.sh
parentd2d092335ac8bd9076f46128efec4de70bc49640 (diff)
downloaddotfiles-07064c697f273525e505ec498b7c9a5859310311.tar.gz
dotfiles-07064c697f273525e505ec498b7c9a5859310311.tar.bz2
dotfiles-07064c697f273525e505ec498b7c9a5859310311.zip
Moving to $HOME/git/dotfiles
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
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