vim plugin install

This commit is contained in:
Luke Smith 2018-11-05 19:56:26 -05:00
parent 4897192231
commit 20b95d351c
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -197,9 +197,18 @@ putgitrepo "$dotfilesrepo" "/home/$name"
# Install the LARBS Firefox profile in ~/.mozilla/firefox/
putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"
# Installation of the post-install wizard
#putgitrepo "https://github.com/LukeSmithxyz/arch-postinstall-wizard" "/home/$name/larbs-wizard"
#ln -T /home/$name/.larbs-wizard/wizard.sh postinstall-wizard.sh
#
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
[[ -f /usr/bin/pulseaudio ]] && resetpulse
# Install vim `plugged` plugins.
dialog --info "Installing vim plugins..." 4 50
sudo -u "$name" vim -E -c "PlugUpdate|visual|q|q" >/dev/null
# Enable services here.
serviceinit NetworkManager cronie