aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCharles Cabergs <charles.cabergs@colruytgroup.com>2022-09-23 13:27:46 +0200
committerCharles Cabergs <charles.cabergs@colruytgroup.com>2022-09-23 13:27:46 +0200
commitb7ef7c8ca422edaed7a07843fe994c039ca19429 (patch)
tree37783f3e588529d819fb887f958f7ee5dfeb34ba /install
parentb4c4cbd4f0b89b1b348fcf245472b11a05f23d6c (diff)
downloaddotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.tar.gz
dotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.tar.bz2
dotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.zip
Updated tmux and alacritty config to try to make tmux scrolling better with alacritty
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 87c447a..3328f0c 100755
--- a/install
+++ b/install
@@ -73,7 +73,7 @@ echo '---------------------------- INSTALL NVIM PACKER -------------------------
PACKERDIR="$XDG_DATA_HOME/nvim/site/pack/packer/start/packer.nvim"
PACKERURL='https://github.com/wbthomason/packer.nvim'
[ ! -d "$PACKERDIR" ] && git clone --depth 1 "$PACKERURL" "$PACKERDIR"
-nvim -c 'PackerInstall' -c 'PackerUpdate' -c "qa"
+nvim -c 'PackerInstall' -c 'PackerSync' -c "qa"
###############################################################################
# zsh pluggins