diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-09-28 18:20:54 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-09-28 18:20:54 +0200 |
| commit | ece8fc96ab578c6a183ba9302523ca34e0ae05f4 (patch) | |
| tree | 2e36cd594f74bc0a31488d328a98c7370f72556a /install | |
| parent | 879cfe5375ec79ca4021398af868f9fe2f7262fb (diff) | |
| parent | 6e72a59d840da5bde8c8e283b3fde7e849296f01 (diff) | |
| download | dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.tar.gz dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.tar.bz2 dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # zprofile isn't installed yet on new machine # shellcheck source=/dev/null -. config/zsh/zprofile +. config/zsh/.zshenv if [ "$USER" = 'root' ] then @@ -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 |
