Remove certain programs from software list
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 00:55:11 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 00:55:11 +0200 |
| Commit | 00bc973dffbaf6b098b86a5423bf55196795d366 (patch) |
|
-rwxr-xr-x |
.shenanigans.sh | 3 |
1 files changed, 0 insertions, 3 deletions
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| 1 | # Software list: |
1 | # Software list: |
| 2 | # file-roller xfce4-plugins thunar-archive-plugin |
||
| 3 | # vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom |
2 | # vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom |
| 4 | # st rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd |
3 | # st rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd |
| 5 | # Additonal stuff: |
||
| 6 | # go install golang.org/x/tools/gopls@latest |
||
| 7 | 4 | ||
| 8 | # Only run if the script is being sourced (bashrc). |
5 | # Only run if the script is being sourced (bashrc). |
| 9 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then |
6 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then |
| ... | |||