Update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-02 18:26:26 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-02 18:26:26 +0200 |
| Commit | 3b0367326c287b3bb2551eae85b10b5a67725714 (patch) |
|
-rwxr-xr-x |
.shenanigans.sh | 7 | |
-rw-r--r-- |
.tmux.conf | 1 |
2 files changed, 5 insertions, 3 deletions
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| 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). |
| 8 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then |
11 | if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then |
| ... | |||
| diff --git a/.tmux.conf b/.tmux.conf | |||
| ... | |||
| 26 | bind-key -r S-Down resize-pane -D 5 |
26 | bind-key -r S-Down resize-pane -D 5 |
| 27 | bind-key -r S-Left resize-pane -L 5 |
27 | bind-key -r S-Left resize-pane -L 5 |
| 28 | bind-key -r S-Right resize-pane -R 5 |
28 | bind-key -r S-Right resize-pane -R 5 |
| 29 | |||