Update zellij, doom configs

This commit is contained in:
Jeffrey Serio 2025-03-19 14:14:25 -05:00
parent eebc556283
commit 2c97ecbbd9
4 changed files with 36 additions and 4 deletions

View File

@ -1,5 +1,5 @@
copy_clipboard "system"
copy_command "xclip -selection clipboard"
copy_command "wl-copy"
copy_on_select true
theme "catppuccin-mocha"
themes {

View File

@ -8,5 +8,33 @@ layout {
plugin location="zellij:status-bar"
}
}
tab name="files" {
pane command="yazi"
}
tab name="nas" {
pane command="autossh" {
args "jas@nas.headscale.moonshadow.dev"
}
}
tab name="hyperreal.coffee" {
pane command="autossh" {
args "jas@hyperreal.headscale.moonshadow.dev"
}
}
tab name="headscale" {
pane command="autossh" {
args "jas@headscale.headscale.moonshadow.dev"
}
}
tab name="tilde.team IRC" {
pane command="autossh" {
args "hyperreal@tilde.team"
}
}
tab name="RSS" {
pane command="newsboat" {
args "-r"
}
}
tab
}

View File

@ -18,7 +18,7 @@
;; Set fonts
(setq fontsize 18)
(setq monofontfam "JetBrainsMono Nerd Font Mono")
(setq monofontfam "GeistMono Nerd Font Mono")
(setq doom-font (font-spec :family monofontfam :size fontsize)
doom-variable-pitch-font (font-spec :family monofontfam :size fontsize)
doom-symbol-font (font-spec :family monofontfam :size fontsize)
@ -355,3 +355,7 @@ If point was already at that position, move point to beginning of line."
(find-file (file-name-concat org-directory "reading.org"))
(find-file (file-name-concat org-directory "computing.org"))
(find-file (file-name-concat org-directory "archiving.org"))
;;;; kdl-mode
(require 'kdl-mode)

View File

@ -17,10 +17,10 @@
(package! elfeed-protocol)
(package! elpher)
(package! evil-nerd-commenter)
(package! gemini :recipe
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
(package! gemini :recipe (:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
(package! helpful)
(package! just-mode)
(package! kdl-mode :recipe (:host github :repo "Strech/kdl-mode"))
(package! license-templates)
(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))
(package! org-timeblock)