aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2022-09-25 16:04:52 +0200
committerCharles Cabergs <me@cacharle.xyz>2022-09-25 16:04:52 +0200
commit6e72a59d840da5bde8c8e283b3fde7e849296f01 (patch)
treedc72df60209d54b2a00e40dac85b453d1f1801f3 /install
parent480bb130da18244e4939d2f1a1e00c1aa2b61237 (diff)
parent6edce8d07d2cc472ba298a0eebe451e3f02e5c57 (diff)
downloaddotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.tar.gz
dotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.tar.bz2
dotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.zip
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 78e3730..397a974 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