summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-19 15:49:45 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-19 15:49:45 +0100
commit240b3c22394c5dcd525c808f1d85eb9fd26ad568 (patch)
treeedaf36f2603f8af16f10f7ad9e0b71855bfde9c9 /install.sh
parentb141fcb0b471b70dbab9dd8cfcbd232ac21f7c05 (diff)
added neomake + new mappings for terminal navigation + minor changes
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ad9c210..a68cd40 100755
--- a/install.sh
+++ b/install.sh
@@ -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"