From 981125b58ada9fc308cb2e561b5182d1bb0f83e5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 5 Jan 2022 02:05:20 +0100 Subject: Adds fd to cli and autojump to aur packages --- install-arch.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'install-arch.sh') 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 -- cgit v1.2.3