aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 372967d..b21687b 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -41,6 +41,8 @@ $ sudo atsutil databases -remove
$ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info
$ tic -xe tmux-256color /var/tmp/tmux-256color.info
+$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
+
# Restart your machine.
```
@@ -77,4 +79,6 @@ $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(whi
$ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd"
$ cargo install hgrep
+
+$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
```