summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-09-19 17:50:45 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-10-03 16:52:16 +0200
commitde9c594268163719715c10f9eac72cced0bafc52 (patch)
tree7feb9cda325c3cbd6a2d00881e53c5b353d435b1
parent8fb6254a70f26d4b006ae058e8213249ac5ffb50 (diff)
Packages I discovered I needed after install
-rw-r--r--alis.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/alis.conf b/alis.conf
index 8e4bf98..d1dabeb 100644
--- a/alis.conf
+++ b/alis.conf
@@ -86,12 +86,12 @@ DISPLAY_DRIVER_HARDWARE_ACCELERATION_INTEL="!intel-media-driver !libva-intel-dri
# packages (all multiple)
PACKAGES_PACMAN_INTERNET="firefox chromium nginx curl wget aria2 discord emacs openssh transmission-gtk evince evolution lftp telegram-desktop youtube-dl"
PACKAGES_PACMAN_MULTIMEDIA="steam gimp imagemagick krita inkscape vlc clementine audacity ffmpeg gstreamer gst-plugins-good gst-plugins-bad bluez bluez-utils pulseaudio-bluetooth cups obs-studio v4l2loopback-dkms"
-PACKAGES_PACMAN_UTILITIES="alacritty aspell aspell-en bzip2 lz4 zip exfat-utils dunst fasd git git-lfs gparted gsimplecal nautilus ncdu pavucontrol pwgen ripgrep stow procmail wmctrl"
+PACKAGES_PACMAN_UTILITIES="alacritty aspell aspell-en bzip2 lz4 zip exfat-utils dunst fasd git git-lfs gparted gsimplecal nautilus ncdu pavucontrol pwgen ripgrep stow procmail wmctrl hsetroot"
PACKAGES_PACMAN_DOCUMENTS_AND_TEXT="calibre texlive-most zathura zola"
PACKAGES_PACMAN_SECURITY="clamav rsync gnupg encfs"
PACKAGES_PACMAN_SCIENCE="gnucash gnuplot graphviz"
PACKAGES_PACMAN_OTHERS="pacman-contrib ttf-hack ttf-liberation"
-PACKAGES_PACMAN_DEVELOPER="base-devel rustup virtualbox virtualbox-guest-utils docker docker-machine vagrant packer perf"
+PACKAGES_PACMAN_DEVELOPER="base-devel rustup virtualbox virtualbox-guest-utils docker docker-compose docker-machine vagrant packer perf clang"
PACKAGES_PACMAN_CUSTOM="arandr libpulse lib32-libpulse"
AUR="yay !aurman"
@@ -99,7 +99,7 @@ AUR="yay !aurman"
PACKAGES_AUR_INTERNET="cloudflared-bin docker-credential-pass getmail"
PACKAGES_AUR_MULTIMEDIA="steam-fonts"
PACKAGES_AUR_UTILITIES="samsung-unified-driver"
-PACKAGES_AUR_DOCUMENTS_AND_TEXT=""
+PACKAGES_AUR_DOCUMENTS_AND_TEXT="mdbook-bin"
PACKAGES_AUR_SECURITY=""
PACKAGES_AUR_SCIENCE=""
PACKAGES_AUR_OTHERS="itch"
@@ -110,7 +110,7 @@ PACKAGES_PACMAN="$PACKAGES_PACMAN_INTERNET $PACKAGES_PACMAN_MULTIMEDIA $PACKAGES
PACKAGES_AUR="$PACKAGES_AUR_INTERNET $PACKAGES_AUR_MULTIMEDIA $PACKAGES_AUR_UTILITIES $PACKAGES_AUR_DOCUMENTS_AND_TEXT $PACKAGES_AUR_SECURITY $PACKAGES_AUR_SCIENCE $PACKAGES_AUR_OTHERS $PACKAGES_AUR_DEVELOPER $PACKAGES_AUR_CUSTOM"
# systemd
-SYSTEMD_UNITS="" # eg. "ufw.service nginx.service" to enable, "!uwf.service !nginx.service" to disable
+SYSTEMD_UNITS="docker.service" # eg. "ufw.service nginx.service" to enable, "!uwf.service !nginx.service" to disable
#reboot
REBOOT="true"