aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-02 18:26:26 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-02 18:26:26 +0200
commit3b0367326c287b3bb2551eae85b10b5a67725714 (patch)
treea8cf79511c060597aab14b86c8b1c28100aabf7d /.shenanigans.sh
parent9ce8228dce1a78ebd27e78efeaca5f4dbc80d1db (diff)
downloaddotfiles-3b0367326c287b3bb2551eae85b10b5a67725714.tar.gz
Update
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