aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 00:55:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 00:55:11 +0200
commit00bc973dffbaf6b098b86a5423bf55196795d366 (patch)
treefc47d282d58cea03713c709b586b53e069125a2f
parentf896f87de95cf305fa5f931088d2f8e4eb159096 (diff)
downloaddotfiles-00bc973dffbaf6b098b86a5423bf55196795d366.tar.gz
Remove certain programs from software list
-rwxr-xr-x.shenanigans.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 9e3aaa2..06fe820 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -1,9 +1,6 @@
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).
9if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then 6if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then