summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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"