Update vim plugins on startup
This commit is contained in:
@@ -35,12 +35,12 @@ urxvtd -q -f -o &
|
||||
## GPG
|
||||
(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") &
|
||||
|
||||
## SSH
|
||||
(sleep 5; ssh-agent) &
|
||||
|
||||
## Spacemacs daemon
|
||||
(sleep 6; cd ~/.emacs.d; git pull --rebase; emacs --daemon=instance1) &
|
||||
|
||||
## Vim plugin update
|
||||
(sleep 6; vim +PlugUpgrade +PlugUpdate +qa) &
|
||||
|
||||
## Display daemon
|
||||
(sleep 7; mons -a) &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user