aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index f57e458..917f972 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -1,8 +1,11 @@
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-screenshooter xfce4-plugins xsetroot thunar-archive-plugin 3# file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin
4# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake 4# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip
5# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync 5# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx
6# Additonal stuff:
7# pipx install pyright
8# go install golang.org/x/tools/gopls@latest
6 9
7# Only run if the script is being sourced (bashrc). 10# Only run if the script is being sourced (bashrc).
8if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then 11if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then