diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-11-14 14:53:28 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-11-14 14:53:28 +0100 |
commit | 43824f0dd398b12a82f1c07b7341d9030a6d7ba7 (patch) | |
tree | 873ea2a576a9dbb267847229530dc9ffc2bc4ad3 /install-arch.sh | |
parent | cdfc2d8e15207e3611c79abd284765de250606fb (diff) |
Adjusts Desktop packages
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/install-arch.sh b/install-arch.sh index 0901675..cd65085 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -93,8 +93,8 @@ exit # Desktop sudo pacman -Sy \ sway alacritty waybar xorg-xwayland rofi \ - zsh nvim imv grim nnn \ - pipewire pipewire-pulse cups cups-pdf \ + zsh nvim imv grim nnn ripgrep \ + alsa-utils cups cups-pdf \ qutebrowser mkdir -p $HOME/Applications @@ -123,8 +123,14 @@ git clone https://aur.archlinux.org/aurutils.git $HOME/Applications/aurutils cd $HOME/Applications/aurutils makepkg -irs -# dotfiles +# AUR installs aur sync yadm-git -sudo pacman -Sy yadm-git +aur sync nerd-fonts-hack + +sudo pacman -Sy \ + yadm-git + nerd-fonts-hack + +# dotfiles yadm clone --bootstrap https://gitlab.com/drogueronin/dotfiles |