summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-12-07 11:49:23 +0100
committerDaniel Weipert <code@drogueronin.de>2021-12-07 11:49:23 +0100
commitaa45fe215fccdc437ea01ced4e9a88ef3d9d053d (patch)
tree7e9cce0984dbb25457b0aa49e8c23acd00d86d61
parent43824f0dd398b12a82f1c07b7341d9030a6d7ba7 (diff)
Separates CLI and Desktop packages
-rw-r--r--install-arch.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh
index cd65085..933be38 100644
--- a/install-arch.sh
+++ b/install-arch.sh
@@ -90,11 +90,16 @@ exit
# Post Install
# #
+# CLI
+sudo pacman -Sy \
+ zsh nvim nnn ripgrep
+
# Desktop
sudo pacman -Sy \
- sway alacritty waybar xorg-xwayland rofi \
- zsh nvim imv grim nnn ripgrep \
+ sway alacritty waybar \
+ xorg-xwayland rofi \
alsa-utils cups cups-pdf \
+ imv grim \
qutebrowser
mkdir -p $HOME/Applications