mirror of
https://github.com/bertptrs/vimconfig.git
synced 2026-03-27 00:30:36 +01:00
Add gsettings preferences.
Unfortunately, gsettings uses an impractical binary format, so instead we set it via script.
This commit is contained in:
@@ -50,4 +50,9 @@ installIfAvailable tmux
|
||||
echo "Installing remaining packages…"
|
||||
stow -t $HOME pacman git
|
||||
|
||||
if commandAvailable gsettings; then
|
||||
echo "Installing gsettings preferences…"
|
||||
./gsettings.sh
|
||||
fi
|
||||
|
||||
echo "Installation finished."
|
||||
|
||||
Reference in New Issue
Block a user