diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-19 15:49:45 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-19 15:49:45 +0100 |
commit | 240b3c22394c5dcd525c808f1d85eb9fd26ad568 (patch) | |
tree | edaf36f2603f8af16f10f7ad9e0b71855bfde9c9 /install.sh | |
parent | b141fcb0b471b70dbab9dd8cfcbd232ac21f7c05 (diff) |
added neomake + new mappings for terminal navigation + minor changes
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,5 @@ #!/bin/bash - dir=~/dotfiles olddir=~/dotfiles_old home=/home/urbain @@ -60,6 +59,7 @@ for author in "${!repos[@]}"; do fi done +# Installing autoload package manager cd $dir/nvim if [ -e autoload ]; then rm -rf autoload @@ -67,4 +67,8 @@ fi mkdir -p autoload ln -s $dir/nvim/vim-plug/plug.vim $dir/nvim/autoload/plug.vim +# Creating temporary file for mutt +cd $dir +mkdir -p mutt/temp + echo -e "\n*** Installation successful *** \n" |