New backup 2024-06-05 15:30:01

This commit is contained in:
Penelope Gwen 2024-06-05 15:30:01 -06:00
parent 1e045a258e
commit 08a7a148b6
3 changed files with 9 additions and 3 deletions

View file

@ -7,3 +7,4 @@
.config/sway/assets/wallpaper .config/sway/assets/wallpaper
.config/sway/config.d/window_rules.d .config/sway/config.d/window_rules.d
.config/sway/scripts/autostart_apps.d .config/sway/scripts/autostart_apps.d
.config/sway-profiles/wakescript.d

View file

@ -0,0 +1,5 @@
#!/bin/bash
for s in "${HOME}/.config/sway-profiles/wakescript.d/"*;do
"${s}"
done

View file

@ -2,8 +2,6 @@
hyfetch hyfetch
#test
# Quality of Life # Quality of Life
#enable using sudo with functions #enable using sudo with functions
function Sudo { function Sudo {
@ -34,10 +32,12 @@ sort_filesizes() {
[ -z ${1} ] && local dir="$(pwd)" || local dir="${1}" [ -z ${1} ] && local dir="$(pwd)" || local dir="${1}"
du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort
} }
# connect to android via adb as root #connect to android via adb as root
#alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'" #alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'"
#df -h without tmpfs #df -h without tmpfs
alias dfh="df -h | grep -v 'tmpfs'" alias dfh="df -h | grep -v 'tmpfs'"
#dev environment toolbox with proper term env var
alias devbox="TERM=xterm-256color toolbox enter debian-sid-dev"
#User Env Vars #User Env Vars
export DEBEMAIL="support@pogmom.me" export DEBEMAIL="support@pogmom.me"