diff options
Diffstat (limited to '')
| -rwxr-xr-x | .config/alpine-packages | 3 | ||||
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .tmux.conf | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.config/alpine-packages b/.config/alpine-packages index ca99705..e8e8f9d 100755 --- a/.config/alpine-packages +++ b/.config/alpine-packages | |||
| @@ -28,6 +28,7 @@ lowdown darkhttpd lighttpd cgit | |||
| 28 | openjdk25 # Also used for TNoodle | 28 | openjdk25 # Also used for TNoodle |
| 29 | uv | 29 | uv |
| 30 | mariadb mariadb-client | 30 | mariadb mariadb-client |
| 31 | python3-dev imagemagick-dev | ||
| 31 | 32 | ||
| 32 | # Qemu | 33 | # Qemu |
| 33 | qemu qemu-img qemu-system-x86_64 | 34 | qemu qemu-img qemu-system-x86_64 |
| @@ -45,7 +46,7 @@ firefox | |||
| 45 | libreoffice telegram-desktop vlc-qt imv-x11 | 46 | libreoffice telegram-desktop vlc-qt imv-x11 |
| 46 | zathura-djvu zathura-pdf-mupdf zathura-ps | 47 | zathura-djvu zathura-pdf-mupdf zathura-ps |
| 47 | arandr blueman iwgtk | 48 | arandr blueman iwgtk |
| 48 | pdfarranger | 49 | pdfarranger gimp |
| 49 | 50 | ||
| 50 | # Fonts | 51 | # Fonts |
| 51 | font-terminus font-noto font-noto-all font-noto-extra font-noto-cjk font-noto-cjk-extra | 52 | font-terminus font-noto font-noto-all font-noto-extra font-noto-cjk font-noto-cjk-extra |
| @@ -52,7 +52,7 @@ sht() { mshow -A text/html $@; } | |||
| 52 | n() { mshow .+1 | templess; } | 52 | n() { mshow .+1 | templess; } |
| 53 | 53 | ||
| 54 | # nissy build options | 54 | # nissy build options |
| 55 | #export NISSY_BUILD_SANITIZE="address,undefined" | 55 | export NISSY_BUILD_SANITIZE="address,undefined" |
| 56 | 56 | ||
| 57 | # Session cookies are kept in .ssh | 57 | # Session cookies are kept in .ssh |
| 58 | [ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions | 58 | [ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions |
| @@ -18,7 +18,7 @@ bind-key k select-pane -U | |||
| 18 | bind-key C-k resize-pane -U | 18 | bind-key C-k resize-pane -U |
| 19 | bind-key [ copy-mode | 19 | bind-key [ copy-mode |
| 20 | bind-key ] paste-buffer | 20 | bind-key ] paste-buffer |
| 21 | bind-key o new-window | 21 | bind-key o new-window -c "#{pane_current_path}" |
| 22 | bind-key n next-window | 22 | bind-key n next-window |
| 23 | bind-key p previous-window | 23 | bind-key p previous-window |
| 24 | bind-key i break-pane | 24 | bind-key i break-pane |
