libertine fonts added, upgr now sudo

This commit is contained in:
Luke 2018-01-22 21:53:40 -07:00
parent e9a908584b
commit 007ad745e6
2 changed files with 3 additions and 2 deletions

View file

@ -112,6 +112,7 @@ pacman --noconfirm --needed -Sy \
compton \ compton \
arandr \ arandr \
ttf-inconsolata \ ttf-inconsolata \
ttf-linux-libertine \
noto-fonts \ noto-fonts \
unzip \ unzip \
unrar \ unrar \

View file

@ -39,7 +39,7 @@
# Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET" # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
## ##
## Run X applications through sudo; HOME is used to find the ## Run X applications through sudo; HOME is used to find the
## .Xauthority file. Note that other programs use HOME to find ## .Xauthority file. Note that other programs use HOME to find
## configuration files and this may lead to privilege escalation! ## configuration files and this may lead to privilege escalation!
# Defaults env_keep += "HOME" # Defaults env_keep += "HOME"
## ##
@ -85,7 +85,7 @@ root ALL=(ALL) ALL
#%wheel ALL=(ALL) NOPASSWD: ALL #%wheel ALL=(ALL) NOPASSWD: ALL
##Here I give wheel users the ability to run core non-harmless commands without a password. ##Here I give wheel users the ability to run core non-harmless commands without a password.
%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart %wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart, /usr/bin/pacman -Syyu --noconfirm
#This keeps you from needing to reinsert your passwords in each different terminal a wheel user uses sudo in. #This keeps you from needing to reinsert your passwords in each different terminal a wheel user uses sudo in.
Defaults !tty_tickets Defaults !tty_tickets