aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.shenanigans.sh7
-rw-r--r--.tmux.conf1
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 @@
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
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
26bind-key -r S-Down resize-pane -D 5 26bind-key -r S-Down resize-pane -D 5
27bind-key -r S-Left resize-pane -L 5 27bind-key -r S-Left resize-pane -L 5
28bind-key -r S-Right resize-pane -R 5 28bind-key -r S-Right resize-pane -R 5
29