feat(login): versions_check

This commit is contained in:
Michel 2024-11-21 11:32:14 +01:00
parent 430e6abd2a
commit 70d3ee2631
2 changed files with 19 additions and 1 deletions

View File

@ -11,9 +11,20 @@ rm -f $LOG
touch $LOG
## Qubes: Template Cleaning
## Disk Usage
#
#xterm -geometry 50x8-99+99 -title "Disk Usage" -hold -e "grc --colour=auto df -h --output=pcent,target,size,used,avail / /rw"
## Versions Check
#
#xterm -geometry 100x40-99+99 -title "Versions Check" -hold -e "$HOME/bin/versions_check"
## Qubes: Cleaning
#
#sudo apt clean
rmdir $HOME/QubesIncoming/* --ignore-fail-on-non-empty
## Qubes: Split SSH
@ -29,6 +40,11 @@ if [[ -n "$SSH_VAULT_VM" ]]; then
fi
## Periodic Actions
#
#xterm -geometry 80x16 -hold -e $HOME/bin/every-hour.zsh
## XFCE: Default Terminal
#
SHLVL=0 exo-open --launch TerminalEmulator &!

View File

@ -17,6 +17,8 @@ fi
#
# - https://github.com/dvershinin/lastversion
#
ASDF_DIR=${HOME}/.asdf
path=(${ASDF_DIR}/bin ${path:#${ASDF_DIR}/bin})
cd $(dirname $0)
eval $(asdf exec direnv export zsh)