From 3b0367326c287b3bb2551eae85b10b5a67725714 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 2 Jul 2025 18:26:26 +0200 Subject: Update --- .shenanigans.sh | 7 +++++-- .tmux.conf | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.shenanigans.sh b/.shenanigans.sh index f57e458..917f972 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -1,8 +1,11 @@ # Software list (Void Linux): # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin -# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake -# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync +# clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip +# entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx +# Additonal stuff: +# pipx install pyright +# go install golang.org/x/tools/gopls@latest # Only run if the script is being sourced (bashrc). if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then diff --git a/.tmux.conf b/.tmux.conf index a001984..94432fe 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -26,4 +26,3 @@ bind-key -r S-Up resize-pane -U 5 bind-key -r S-Down resize-pane -D 5 bind-key -r S-Left resize-pane -L 5 bind-key -r S-Right resize-pane -R 5 - -- cgit v1.2.3