1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Improve vim installation.

Now cache files do not end up in with the repo files.
This commit is contained in:
Bert Peters
2016-10-18 14:38:24 +02:00
parent ca4ae79c5b
commit 3308a5b1a0
5 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ installIfAvailable systemctl systemd
installIfAvailable pacman
installIfAvailable git
if commandAvailable vim; then
echo "Creating vim directories"
mkdir -p $HOME/.cache/vim/{backup,swap,undo}
fi
if commandAvailable gsettings; then
echo "Installing gsettings preferences…"
./gsettings.sh