diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-25 10:14:30 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-25 10:14:30 +0200 |
| commit | 07064c697f273525e505ec498b7c9a5859310311 (patch) | |
| tree | 7b9617eccea4b4831782ac8bb097186c162f5c60 /install.sh | |
| parent | d2d092335ac8bd9076f46128efec4de70bc49640 (diff) | |
| download | dotfiles-07064c697f273525e505ec498b7c9a5859310311.tar.gz dotfiles-07064c697f273525e505ec498b7c9a5859310311.tar.bz2 dotfiles-07064c697f273525e505ec498b7c9a5859310311.zip | |
Moving to $HOME/git/dotfiles
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
