summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-10-18 23:18:56 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-10-18 23:18:56 +0200
commitd0f54f5eb2e58ced90cf24ca65e77c8bb5f934e5 (patch)
tree3747bdbad8a0024554d8d5ff86cffe8de3f41a0d
parent24d029e88e43f70523c5c40188b05a5c81d33328 (diff)
Add sioyek
-rwxr-xr-xinstall.sh3
-rw-r--r--sioyek/sioyek/keys_user.config2
-rw-r--r--uninstall.sh3
3 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e8fe382..b81416a 100755
--- a/install.sh
+++ b/install.sh
@@ -35,3 +35,6 @@ stow -Rt $XDG_CONFIG_HOME redshift
# Newsboat
stow -Rt $XDG_CONFIG_HOME newsboat
+
+# Sioyek
+stow -Rt $XDG_CONFIG_HOME sioyek
diff --git a/sioyek/sioyek/keys_user.config b/sioyek/sioyek/keys_user.config
new file mode 100644
index 0000000..ebd638f
--- /dev/null
+++ b/sioyek/sioyek/keys_user.config
@@ -0,0 +1,2 @@
+add_highlight_with_current_type H
+set_select_highlight_type <C-h>
diff --git a/uninstall.sh b/uninstall.sh
index 3a04be1..02f0a5b 100644
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -32,3 +32,6 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} dunst
# newsboat
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} newsboat
+
+# sioyek
+stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} sioyek