summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.config/alpine-packages3
-rw-r--r--.profile2
-rw-r--r--.tmux.conf2
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
28openjdk25 # Also used for TNoodle 28openjdk25 # Also used for TNoodle
29uv 29uv
30mariadb mariadb-client 30mariadb mariadb-client
31python3-dev imagemagick-dev
31 32
32# Qemu 33# Qemu
33qemu qemu-img qemu-system-x86_64 34qemu qemu-img qemu-system-x86_64
@@ -45,7 +46,7 @@ firefox
45libreoffice telegram-desktop vlc-qt imv-x11 46libreoffice telegram-desktop vlc-qt imv-x11
46zathura-djvu zathura-pdf-mupdf zathura-ps 47zathura-djvu zathura-pdf-mupdf zathura-ps
47arandr blueman iwgtk 48arandr blueman iwgtk
48pdfarranger 49pdfarranger gimp
49 50
50# Fonts 51# Fonts
51font-terminus font-noto font-noto-all font-noto-extra font-noto-cjk font-noto-cjk-extra 52font-terminus font-noto font-noto-all font-noto-extra font-noto-cjk font-noto-cjk-extra
diff --git a/.profile b/.profile
index 0a92c08..21ac6c3 100644
--- a/.profile
+++ b/.profile
@@ -52,7 +52,7 @@ sht() { mshow -A text/html $@; }
52n() { mshow .+1 | templess; } 52n() { mshow .+1 | templess; }
53 53
54# nissy build options 54# nissy build options
55#export NISSY_BUILD_SANITIZE="address,undefined" 55export 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
diff --git a/.tmux.conf b/.tmux.conf
index cd28e24..054b1c3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -18,7 +18,7 @@ bind-key k select-pane -U
18bind-key C-k resize-pane -U 18bind-key C-k resize-pane -U
19bind-key [ copy-mode 19bind-key [ copy-mode
20bind-key ] paste-buffer 20bind-key ] paste-buffer
21bind-key o new-window 21bind-key o new-window -c "#{pane_current_path}"
22bind-key n next-window 22bind-key n next-window
23bind-key p previous-window 23bind-key p previous-window
24bind-key i break-pane 24bind-key i break-pane

Generated with cgit - Back to sebastiano.tronto.net