Hyprland stuff and some new scripts
This commit is contained in:
1
Scripts/editPost.sh
Executable file
1
Scripts/editPost.sh
Executable file
@ -0,0 +1 @@
|
||||
nvim "$HOME/myHome/Projects/Blog/src/content/posts/$1.md"
|
7
Scripts/newPost.sh
Executable file
7
Scripts/newPost.sh
Executable file
@ -0,0 +1,7 @@
|
||||
CURRENT_PATH=$(pwd)
|
||||
|
||||
cd $HOME/myHome/Projects/Blog
|
||||
|
||||
pnpm new-post "$1"
|
||||
|
||||
cd $CURRENT_PATH
|
9
Scripts/pushBlog.sh
Executable file
9
Scripts/pushBlog.sh
Executable file
@ -0,0 +1,9 @@
|
||||
CURRENT_PATH=$(pwd)
|
||||
|
||||
cd $HOME/myHome/Projects/Blog
|
||||
|
||||
git add .
|
||||
git commit -m "$1"
|
||||
git push
|
||||
|
||||
cd $CURRENT_PATH
|
Reference in New Issue
Block a user