Update dotfiles (2026-01-19 19:22:35)

This commit is contained in:
Zacharias-Brohn
2026-01-19 19:22:35 +01:00
parent 567faff34e
commit eccce3b185
4 changed files with 91 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# -----------------------------------------------------
# ALIASES
# -----------------------------------------------------
# -----------------------------------------------------
# General
# -----------------------------------------------------
alias clear='clear && fastfetch'
alias c='clear'
alias cp='cpv'
alias v='nvim'
alias vim='$EDITOR'
alias reboot="hyprshutdown --post-cmd 'systemctl reboot'"
# -----------------------------------------------------
# Vencord Installer
# -----------------------------------------------------
vencord() {
zsh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
}
# -----------------------------------------------------
# Custom
# -----------------------------------------------------
alias p='python3'
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'