diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-10 04:17:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-10 04:17:03 +0200 |
| commit | c0e1fbf7c03d53e06de3c2c351cfa23490d9b2d8 (patch) | |
| tree | 172591314abf73a23a5a132d8782de90862a74f7 /.shenanigans.sh | |
| parent | b7da6e569b441759c18610fd565fc4499190cea4 (diff) | |
| download | dotfiles-c0e1fbf7c03d53e06de3c2c351cfa23490d9b2d8.tar.gz | |
Update
Diffstat (limited to '.shenanigans.sh')
| -rwxr-xr-x | .shenanigans.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 0d26101..372728a 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -6,8 +6,9 @@ | |||
| 6 | # clang clang-tools-extra vim git curl tmux hstr tree make cmake gdb | 6 | # clang clang-tools-extra vim git curl tmux hstr tree make cmake gdb |
| 7 | # nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc | 7 | # nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc |
| 8 | # Additonal stuff: | 8 | # Additonal stuff: |
| 9 | # pipx install pyright | ||
| 10 | # go install golang.org/x/tools/gopls@latest | 9 | # go install golang.org/x/tools/gopls@latest |
| 10 | # pipx install pyright mdformat | ||
| 11 | # pipx inject mdformat mdformat-gfm | ||
| 11 | 12 | ||
| 12 | # Only run if the script is being sourced (bashrc). | 13 | # Only run if the script is being sourced (bashrc). |
| 13 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | 14 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then |
| @@ -37,6 +38,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 37 | 38 | ||
| 38 | # Custom folder jump commands. | 39 | # Custom folder jump commands. |
| 39 | alias j='cd ~/Junk' | 40 | alias j='cd ~/Junk' |
| 41 | alias n='cd ~/Notes' | ||
| 40 | alias p='cd ~/Projects' | 42 | alias p='cd ~/Projects' |
| 41 | alias d='cd ~/Downloads' | 43 | alias d='cd ~/Downloads' |
| 42 | 44 | ||
| @@ -66,6 +68,7 @@ backup() { | |||
| 66 | "ssh.zip $HOME/.ssh" | 68 | "ssh.zip $HOME/.ssh" |
| 67 | "bash_history_infinite.zip $HOME/.bash_history_infinite" | 69 | "bash_history_infinite.zip $HOME/.bash_history_infinite" |
| 68 | "projects.zip $HOME/Projects" | 70 | "projects.zip $HOME/Projects" |
| 71 | "notes.zip $HOME/Notes" | ||
| 69 | "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh" | 72 | "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh" |
| 70 | ) | 73 | ) |
| 71 | 74 | ||
