From c0e1fbf7c03d53e06de3c2c351cfa23490d9b2d8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Aug 2025 04:17:03 +0200 Subject: Update --- .shenanigans.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.shenanigans.sh') diff --git a/.shenanigans.sh b/.shenanigans.sh index 0d26101..372728a 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -6,8 +6,9 @@ # clang clang-tools-extra vim git curl tmux hstr tree make cmake gdb # nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc # Additonal stuff: -# pipx install pyright # go install golang.org/x/tools/gopls@latest +# pipx install pyright mdformat +# pipx inject mdformat mdformat-gfm # Only run if the script is being sourced (bashrc). if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then @@ -37,6 +38,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then # Custom folder jump commands. alias j='cd ~/Junk' + alias n='cd ~/Notes' alias p='cd ~/Projects' alias d='cd ~/Downloads' @@ -66,6 +68,7 @@ backup() { "ssh.zip $HOME/.ssh" "bash_history_infinite.zip $HOME/.bash_history_infinite" "projects.zip $HOME/Projects" + "notes.zip $HOME/Notes" "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh" ) -- cgit v1.2.3