refactor(fresh.sh): cleaned up services
feat(pack.csv): new: opensc
This commit is contained in:
parent
7bbd1e7758
commit
d23c9327d8
5
fresh.sh
5
fresh.sh
@ -250,7 +250,8 @@ case $todo in
|
|||||||
set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel 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 -Ss,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys"
|
set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel 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 -Ss,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys"
|
||||||
no_beep
|
no_beep
|
||||||
set_system_stuff
|
set_system_stuff
|
||||||
enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
|
# enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
|
||||||
|
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd"
|
||||||
ready_steady_go
|
ready_steady_go
|
||||||
clear
|
clear
|
||||||
;;
|
;;
|
||||||
@ -268,7 +269,7 @@ case $todo in
|
|||||||
init
|
init
|
||||||
startup_msg
|
startup_msg
|
||||||
pre_update
|
pre_update
|
||||||
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd" # "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
|
enable_service "netctl-auto@wlp3s0" "systemd-timesyncd"
|
||||||
ready_steady_go
|
ready_steady_go
|
||||||
clear
|
clear
|
||||||
;;
|
;;
|
||||||
|
1
pack.csv
1
pack.csv
@ -16,6 +16,7 @@ L,P,acpid,A daemon for delivering ACPI power management events with netlink supp
|
|||||||
L,P,acpi_call,battery recalibration
|
L,P,acpi_call,battery recalibration
|
||||||
L,P,tlp,better battery life
|
L,P,tlp,better battery life
|
||||||
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
|
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
|
||||||
|
A,P,opensc,Used to provide ssh key via yubikey
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
|
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user