1
0

Hyprland stuff and some new scripts

This commit is contained in:
2025-04-03 18:42:13 +02:00
parent 7d010f25de
commit 73bb89330a
15 changed files with 463 additions and 11 deletions

5
.zshrc
View File

@ -88,11 +88,16 @@ alias zed='zeditor'
alias chall='~/Scripts/challenges.sh'
alias backup='~/Scripts/backup.sh'
alias newpost='~/Scripts/newPost.sh'
alias editpost='~/Scripts/editPost.sh'
alias pushpost='~/Scripts/pushBlog.sh'
alias brew='echo "Remeber what happened last time. You do not want to do that."'
alias ustow='export CURRENT_PATH=$(pwd) && cd ~/myHome/Dotfiles && stow -t /home/luna . && cd $CURRENT_PATH'
alias cdBlog='export CURRENT_PATH=$(pwd) && cd ~/myHome/Projects/Blog'
# Paths
PATH="$HOME/.npm-packages/bin:$PATH"
PATH="$HOME/.bun/bin:$PATH"