diff --git a/.shenanigans.sh b/.shenanigans.sh index f57e458107dae212104d8b2b17eb4c6a2b5923f3..917f9729f4d6c256dbe62908e754ec442df38495 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 a0019848bfbf3d2718f50ac4753dc18092b1b138..94432feb37d4bc7532cbefad8373f46b8077e363 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 -