update.
This commit is contained in:
@@ -41,6 +41,7 @@ bind=SUPER+ALT,M,spawn_shell,ghostty -e ~/.config/sdgos/config-overview/menu.sh
|
|||||||
bind=SUPER,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/pkg-install.sh # install packages
|
bind=SUPER,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/pkg-install.sh # install packages
|
||||||
bind=SUPER+SHIFT,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/aur-install.sh # install AUR packages
|
bind=SUPER+SHIFT,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/aur-install.sh # install AUR packages
|
||||||
bind=SUPER,W,spawn_shell,ghostty -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
|
bind=SUPER,W,spawn_shell,ghostty -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
|
||||||
|
bind=SUPER+ALT,Y,spawn_shell,ghostty -e unipkg launch-tui
|
||||||
|
|
||||||
##! program launchers
|
##! program launchers
|
||||||
bind=SUPER,RETURN,spawn_shell,ghostty
|
bind=SUPER,RETURN,spawn_shell,ghostty
|
||||||
|
|||||||
+7
-2
@@ -21,7 +21,6 @@ alias update='sudo pacman -Syu'
|
|||||||
alias gitpkg='pacman -Q | grep -i "\-git" | wc -l'
|
alias gitpkg='pacman -Q | grep -i "\-git" | wc -l'
|
||||||
alias apt='man pacman'
|
alias apt='man pacman'
|
||||||
alias apt-get='man pacman'
|
alias apt-get='man pacman'
|
||||||
alias please='sudo'
|
|
||||||
alias jctl="journalctl -p 3 -xb"
|
alias jctl="journalctl -p 3 -xb"
|
||||||
alias cmdhist='CMD=$(history -i | fzf | sed "s/.*:..//"); sleep 0.1 && wtype $CMD'
|
alias cmdhist='CMD=$(history -i | fzf | sed "s/.*:..//"); sleep 0.1 && wtype $CMD'
|
||||||
alias tipme='shuf -n 1 ~/.config/sdgos/tips/tips.list'
|
alias tipme='shuf -n 1 ~/.config/sdgos/tips/tips.list'
|
||||||
@@ -41,7 +40,13 @@ IMAGEPROGRAM='satty --filename'
|
|||||||
TIPS=$(cat ~/.config/sdgos/tips/tips.list)
|
TIPS=$(cat ~/.config/sdgos/tips/tips.list)
|
||||||
SHELL=/bin/zsh
|
SHELL=/bin/zsh
|
||||||
|
|
||||||
|
function plz() {
|
||||||
|
if [ -z "$1" ]; then
|
||||||
|
sudo $(fc -ln 1 | tail -1)
|
||||||
|
else
|
||||||
|
sudo "$@"
|
||||||
|
fi
|
||||||
|
}
|
||||||
## filetype aliases, default-opens them with the set program
|
## filetype aliases, default-opens them with the set program
|
||||||
alias -s json=$EDITOR
|
alias -s json=$EDITOR
|
||||||
alias -s yaml=$EDITOR
|
alias -s yaml=$EDITOR
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ source /usr/share/cachyos-zsh-config/cachyos-config.zsh
|
|||||||
# Added by LM Studio CLI (lms)
|
# Added by LM Studio CLI (lms)
|
||||||
export PATH="$PATH:/home/den/.lmstudio/bin"
|
export PATH="$PATH:/home/den/.lmstudio/bin"
|
||||||
# End of LM Studio CLI section
|
# End of LM Studio CLI section
|
||||||
|
export EDITOR=micro
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user