parent
d54a182d52
commit
94c6cd21f4
|
@ -14,7 +14,6 @@ sfeed
|
|||
waylogout-git
|
||||
ani-cli-git
|
||||
connman-gtk
|
||||
opendoas-sudo
|
||||
shell-color-scripts
|
||||
lf-sixel-git
|
||||
nerd-fonts-mononoki
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
sudo pacman -S opendoas
|
||||
|
||||
echo "permit persist $USER as root" > ~/.cache/doas.conf
|
||||
echo "permit nopass :wheel as root cmd /sbin/poweroff" >> ~/.cache/doas.conf
|
||||
echo "permit nopass :wheel as root cmd /sbin/reboot" >> ~/.cache/doas.conf
|
||||
sudo cp ~/.cache/doas.conf /etc/doas.conf
|
||||
|
||||
yay -S opendoas-sudo
|
|
@ -1,7 +1,7 @@
|
|||
pkgname="ajh-base"
|
||||
pkgver="1.0.0"
|
||||
pkgver="1"
|
||||
pkgrel="2"
|
||||
pkgrel="3"
|
||||
pkgdesc="Install my config for Arch based systems."
|
||||
arch=("x86_64")
|
||||
|
||||
|
@ -45,6 +45,7 @@ depends=(
|
|||
"zsh"
|
||||
"openssh"
|
||||
"flatpak"
|
||||
"jq"
|
||||
|
||||
#libs/plugins
|
||||
"python-urwid"
|
||||
|
@ -72,6 +73,7 @@ depends=(
|
|||
"noto-fonts-cjk"
|
||||
"lxappearance"
|
||||
"qt5ct"
|
||||
"archlinux-wallpaper"
|
||||
|
||||
#tui, terminal programs and programs/libs used by them
|
||||
"imagemagick"
|
||||
|
|
Loading…
Reference in New Issue