]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
feat: add zathura config
authorAlexander Goussas <[email protected]>
Sun, 19 Oct 2025 17:16:44 +0000 (12:16 -0500)
committerAlexander Goussas <[email protected]>
Sun, 19 Oct 2025 17:16:44 +0000 (12:16 -0500)
Makefile.common
ghostty/.config/ghostty/config
zathura/.config/zathura/zathurarc [new file with mode: 0644]
zsh/.zshrc

index 0c7a4bc49a9e99112d05bd682c685eca84eaee22..499f19cf56b0e4a61713d369a2803492ae94e58d 100644 (file)
@@ -1,2 +1,2 @@
-PKGS_COMMON := nvim zsh tmux kitty ghostty
+PKGS_COMMON := nvim zsh tmux kitty ghostty zathura
 
index a1e0c2db44bb1fd5e062688bd4181a690a4eb1d5..37985737b60954bbae09560f19468a46199cce9c 100644 (file)
@@ -5,5 +5,6 @@ cursor-style = block
 window-padding-x = 5
 window-padding-y = 5
 theme = Adwaita Dark
+background-opacity = 0.9
 
 adjust-cell-height = 10
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
new file mode 100644 (file)
index 0000000..ea10740
--- /dev/null
@@ -0,0 +1 @@
+set selection-clipboard clipboard
index 3862be268dc73ed84c6a12a4d0735651a667fe15..2a89635026ebbdffb5de07f67e4f6c7e9c601e34 100644 (file)
@@ -32,3 +32,10 @@ if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/path.zsh.inc' ]; the
 
 # The next line enables shell command completion for gcloud.
 if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc'; fi
+
+# bun completions
+[ -s "/Users/alexandergoussas/.bun/_bun" ] && source "/Users/alexandergoussas/.bun/_bun"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"