diff options
| -rw-r--r-- | public/progs.csv | 1 | ||||
| -rwxr-xr-x | public/thesiah.sh | 2 | ||||
| -rw-r--r-- | static/progs.csv | 1 | ||||
| -rwxr-xr-x | static/thesiah.sh | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/public/progs.csv b/public/progs.csv index 4e424fd..28fbede 100644 --- a/public/progs.csv +++ b/public/progs.csv @@ -101,6 +101,7 @@ A,pam-gnupg,auto unlocks when log-in. ,poppler,manipulates .pdfs and gives .pdf previews and other .pdf functions. ,profanity,is a console based XMPP client. ,pulsemixer,is an audio controller. +,python-pip,is for Mason in neovim. ,python-pynvim,is for lsp in neovim. ,python-qdarkstyle,provides a dark Qt theme. ,qrencode,is a C library for encoding data in a QR Code symbol. diff --git a/public/thesiah.sh b/public/thesiah.sh index 2e58341..74265ac 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -321,7 +321,7 @@ librewolfsetup() { addsudo() { echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00-thesiah-wheel-can-sudo - echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --,/usr/bin/cat" >/etc/sudoers.d/01-thesiah-cmds-without-password + echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/lsblk,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --,/usr/bin/cat" >/etc/sudoers.d/01-thesiah-cmds-without-password echo "Defaults editor=/usr/bin/nvim" >/etc/sudoers.d/02-thesiah-visudo-editor mkdir -p /etc/sysctl.d echo "kernel.dmesg_restrict = 0" >/etc/sysctl.d/dmesg.conf diff --git a/static/progs.csv b/static/progs.csv index 4e424fd..28fbede 100644 --- a/static/progs.csv +++ b/static/progs.csv @@ -101,6 +101,7 @@ A,pam-gnupg,auto unlocks when log-in. ,poppler,manipulates .pdfs and gives .pdf previews and other .pdf functions. ,profanity,is a console based XMPP client. ,pulsemixer,is an audio controller. +,python-pip,is for Mason in neovim. ,python-pynvim,is for lsp in neovim. ,python-qdarkstyle,provides a dark Qt theme. ,qrencode,is a C library for encoding data in a QR Code symbol. diff --git a/static/thesiah.sh b/static/thesiah.sh index 2e58341..74265ac 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -321,7 +321,7 @@ librewolfsetup() { addsudo() { echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00-thesiah-wheel-can-sudo - echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --,/usr/bin/cat" >/etc/sudoers.d/01-thesiah-cmds-without-password + echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/lsblk,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --,/usr/bin/cat" >/etc/sudoers.d/01-thesiah-cmds-without-password echo "Defaults editor=/usr/bin/nvim" >/etc/sudoers.d/02-thesiah-visudo-editor mkdir -p /etc/sysctl.d echo "kernel.dmesg_restrict = 0" >/etc/sysctl.d/dmesg.conf |
