mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40: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 pacman
|
||||||
installIfAvailable git
|
installIfAvailable git
|
||||||
|
|
||||||
|
if commandAvailable vim; then
|
||||||
|
echo "Creating vim directories"
|
||||||
|
mkdir -p $HOME/.cache/vim/{backup,swap,undo}
|
||||||
|
fi
|
||||||
|
|
||||||
if commandAvailable gsettings; then
|
if commandAvailable gsettings; then
|
||||||
echo "Installing gsettings preferences…"
|
echo "Installing gsettings preferences…"
|
||||||
./gsettings.sh
|
./gsettings.sh
|
||||||
|
|||||||
1
vim/.cache/vim/.gitignore
vendored
1
vim/.cache/vim/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*
|
|
||||||
Reference in New Issue
Block a user