|
diff --git a/.shenanigans.sh b/.shenanigans.sh
|
| 1 |
# Software list (Void Linux): |
1 |
# Software list (Void Linux): |
| 2 |
# void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree |
2 |
# void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree |
| 3 |
# file-roller xfce4-plugins thunar-archive-plugin |
3 |
# file-roller xfce4-plugins thunar-archive-plugin |
| 4 |
# lm_sensors conky maim xlockmore picom cwm xclip xsetroot xdotool |
4 |
# lm_sensors conky maim xlockmore picom cwm xclip xsetroot xdotool fd |
| 5 |
# xss-lock wmctrl zip mc htop entr cifs-utils rsync jq rofi st lynx |
5 |
# xss-lock wmctrl zip mc htop entr cifs-utils rsync jq rofi st lynx |
| 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 |
# vifm nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc |
7 |
# vifm nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc |
| ... |
| 34 |
alias tmux='tmux -u' |
34 |
alias tmux='tmux -u' |
| 35 |
alias gg='lazygit' |
35 |
alias gg='lazygit' |
| 36 |
alias server='python3 -m http.server 6969' |
36 |
alias server='python3 -m http.server 6969' |
| 37 |
alias newsboat='newsboat -r -u ~/.feeds.txt --cleanup' |
37 |
alias newsboat='newsboat -r -u ~/.feeds.txt' |
| 38 |
|
38 |
|
| 39 |
# Custom folder jump commands. |
39 |
# Custom folder jump commands. |
| 40 |
alias j='cd ~/Junk' |
40 |
alias j='cd ~/Junk' |
| ... |