mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add liacs proxy service.
This commit is contained in:
@@ -20,7 +20,7 @@ installIfAvailable() {
|
||||
fi
|
||||
|
||||
if commandAvailable $COMMAND; then
|
||||
echo "Installing configuration files for $COMMAND…"
|
||||
echo "Installing configuration files for $PACKAGE…"
|
||||
stow -t $HOME $PACKAGE
|
||||
fi
|
||||
}
|
||||
@@ -45,6 +45,7 @@ installIfAvailable vim
|
||||
installIfAvailable zsh
|
||||
installIfAvailable sqlite3 sqlite
|
||||
installIfAvailable tmux
|
||||
installIfAvailable systemctl systemd
|
||||
|
||||
# Install all XDG compatible packages
|
||||
echo "Installing remaining packages…"
|
||||
|
||||
Reference in New Issue
Block a user