diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-01-05 02:05:20 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-01-05 02:05:20 +0100 |
commit | 981125b58ada9fc308cb2e561b5182d1bb0f83e5 (patch) | |
tree | 48c3e07a1a47e109f7b2b5ca0516b8d99177155f /install-arch.sh | |
parent | 3f65596b025917ee5ef35fc3c8c7d0b5b4a36f60 (diff) |
Adds fd to cli and autojump to aur packages
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 |