- remove powershell deps
- rewrite readme
- fully use YukiLauncher
This commit is contained in:
2025-10-14 15:04:30 +08:00
parent d6d65118bf
commit 5fffcbcd53
13 changed files with 69 additions and 85 deletions

10
.zshrc
View File

@@ -140,4 +140,14 @@ unset key
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# USER MANUAL CONFIGS
# https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
export GPG_TTY=$TTY
alias ykls='systemctl --user status YukiLauncher.slice'
alias yksuspend='systemctl --user freeze YukiLauncher.slice'
alias ykcout='systemctl --user thaw YukiLauncher.slice'
alias ykexit='systemctl --user stop YukiLauncher.slice'
alias susp="systemctl --user freeze"
alias cont="systemctl --user thaw"