zerog

[archived] simple Parabola GNU/Linux post-install script
git clone git://git.hanetzok.net/zerog
Log | Files | Refs | README | LICENSE

commit cdd774fa0b5c1b14ec4d86bd4f517bfd3397fb02
parent 53eca8bef5379b393d5f71fd14bc9ab17c217ed7
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Mon, 17 Oct 2022 20:54:19 +0200

Removed libxft-bgra and iceweasel-noscript

- Since libxft is fixed, libxft-bgra is no longer needed (One less AUR
install, yay!)
- I use Icecat with LibreJS, so Iceweasel as my backup browser does not
  need the noscript extension

Diffstat:
Mprogs.list | 1-
Mzerog | 4+---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/progs.list b/progs.list @@ -58,7 +58,6 @@ avahi avahi-openrc iceweasel iceweasel-ublock-origin -iceweasel-noscript openssh texlive-most unclutter diff --git a/zerog b/zerog @@ -12,7 +12,6 @@ logfile="/tmp/zerog.log" # Repos for AUR programs mwrepo="https://aur.archlinux.org/mutt-wizard-git.git" -libxftrepo="https://aur.archlinux.org/libxft-bgra.git" syntaxrepo="https://aur.archlinux.org/zsh-fast-syntax-highlighting.git" ### FUNCTIONS ### @@ -62,7 +61,6 @@ get_dotfiles() { # Download dotfiles and place them in $HOME } suckless() { # Clone and install suckless programs - [ -d "$src" ] || sudo -u "$name" mkdir -p "$src" printf "### Installing suckless software ###\n" for program in dwm st dmenu slock; do cd "$src" @@ -122,7 +120,7 @@ suckless || # Git installs are disabled by default so you can choose if you want to install # these packages from the AUR # -# for repo in "$libxftrepo" "$mwrepo" "$syntaxrepo"; do +# for repo in "$mwrepo" "$syntaxrepo"; do # git_install "$repo" # done