Update dotfiles (2026-01-19 19:48:47)

This commit is contained in:
2026-01-19 19:48:47 +01:00
parent bad27e9514
commit 017852a873
71 changed files with 4488 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# -----------------------------------------------------
# ALIASES
# -----------------------------------------------------
alias ff='fastfetch'
alias v='$EDITOR'
alias cod='conda deactivate'
alias grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias up='yay -Syu --noconfirm'
alias exit='systemctl poweroff'
alias reboot="hyprshutdown --post-cmd 'systemctl reboot'"
alias shutdown="hyprshutdown --post-cmd 'systemctl poweroff'"
alias gcredential="git config credential.helper store"
alias gitup='python ~/.config/hypr/scripts/Github.py'
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'