diff options
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/install-arch.sh b/install-arch.sh index 9e04b99..aa555c0 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -92,7 +92,7 @@ exit # CLI sudo pacman -Sy \ - zsh nvim nnn ripgrep + zsh nvim nnn ripgrep fd # Desktop sudo pacman -Sy \ @@ -131,10 +131,12 @@ makepkg -irs # AUR installs aur sync yadm-git aur sync nerd-fonts-hack +aur sync autojump sudo pacman -Sy \ - yadm-git - nerd-fonts-hack + yadm-git \ + nerd-fonts-hack \ + autojump # dotfiles yadm clone --bootstrap https://gitlab.com/drogueronin/dotfiles |