some fixes
This commit is contained in:
parent
df4e6b76f6
commit
7ebe80c176
@ -1,4 +1,4 @@
|
|||||||
%wheel ALL=(ALL:ALL) ALL
|
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
|
||||||
|
|
||||||
@includedir /etc/sudoers.d
|
@includedir /etc/sudoers.d
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ die_if_invalid_path() {
|
|||||||
|
|
||||||
|
|
||||||
cmd_list() {
|
cmd_list() {
|
||||||
find "$LAYOUTS_DIR" -type f -exec basename -s .sh {} \;
|
find "$LAYOUTS_DIR" -type f,l -exec basename -s .sh {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd_edit() {
|
cmd_edit() {
|
||||||
|
|||||||
2
install
2
install
@ -20,7 +20,7 @@ declare -A TARGETS=(
|
|||||||
["git"]=".config/git"
|
["git"]=".config/git"
|
||||||
["ranger"]=".config/ranger"
|
["ranger"]=".config/ranger"
|
||||||
["gpg"]=""
|
["gpg"]=""
|
||||||
["i3"]=".xinitrc .xprofile .Xresources .config/i3 .config/i3status .local/bin/i3status_wrapper .config/rofi .config/picom .local/bin/slm .local/bin/wifi .local/bin/bluetooth .local/bin/i3_switch_workspace.sh"
|
["i3"]=".xinitrc .xprofile .Xresources .config/i3 .config/i3status .local/bin/i3status_wrapper .config/rofi .config/picom .local/bin/slm .local/bin/slm_rofi.sh .local/bin/power_rofi.sh .local/bin/wifi .local/bin/bluetooth .local/bin/i3_switch_workspace.sh"
|
||||||
["bat"]=".config/bat"
|
["bat"]=".config/bat"
|
||||||
["font"]=""
|
["font"]=""
|
||||||
["termux"]=""
|
["termux"]=""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user