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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user