Update newsboat, zellij, zshrc

This commit is contained in:
Jeffrey Serio 2025-03-31 13:22:34 -05:00
parent 2c97ecbbd9
commit d671d70660
6 changed files with 61 additions and 30 deletions

View File

@ -1,8 +1,7 @@
urls-source "freshrss"
freshrss-url "https://freshrss.hyperreal.coffee/api/greader.php"
freshrss-login "hyperreal"
freshrss-passwordfile "/home/jas/.freshrss_password"
freshrss-min-items 200
urls-source "ttrss"
ttrss-url "https://rss.moonshadow.dev"
ttrss-login "admin"
ttrss-passwordeval "pass ttrss"
browser librewolf
color listnormal color15 default

View File

@ -3,17 +3,43 @@ copy_command "wl-copy"
copy_on_select true
theme "catppuccin-mocha"
themes {
catppuccin-mocha {
bg "#585b70"
black "#181825"
blue "#89b4fa"
cyan "#89dceb"
fg "#cdd6f4"
green "#a6e3a1"
magenta "#f5c2e7"
orange "#fab387"
red "#f38ba8"
white "#cdd6f4"
yellow "#f9e2af"
}
catppuccin-mocha {
bg "#585b70"
black "#181825"
blue "#89b4fa"
cyan "#89dceb"
fg "#cdd6f4"
green "#a6e3a1"
magenta "#f5c2e7"
orange "#fab387"
red "#f38ba8"
white "#cdd6f4"
yellow "#f9e2af"
}
rose-pine {
bg "#403d52"
fg "#e0def4"
red "#eb6f92"
green "#31748f"
blue "#9ccfd8"
yellow "#f6c177"
magenta "#c4a7e7"
orange "#fe640b"
cyan "#ebbcba"
black "#26233a"
white "#e0def4"
}
rose-pine-moon {
bg "#44415a"
fg "#e0def4"
red "#eb6f92"
green "#3e8fb0"
blue "#9ccfd8"
yellow "#f6c177"
magenta "#c4a7e7"
orange "#fe640b"
cyan "#ea9a97"
black "#393552"
white "#e0def4"
}
}

View File

@ -8,22 +8,29 @@ layout {
plugin location="zellij:status-bar"
}
}
tab name="files" {
pane command="yazi"
}
tab name="nas" {
tab name="nas (FreeBSD)" {
pane command="autossh" {
args "jas@nas.headscale.moonshadow.dev"
}
}
tab name="hyperreal.coffee" {
tab name="moonshadow (FreeBSD)" {
pane command="autossh" {
args "jas@moonshadow.headscale.moonshadow.dev"
}
}
tab name="hyperreal.coffee (Debian)" {
pane command="autossh" {
args "jas@hyperreal.headscale.moonshadow.dev"
}
}
tab name="headscale" {
tab name="rpi400 (Debian)" {
pane command="autossh" {
args "jas@headscale.headscale.moonshadow.dev"
args "jas@rpi400.headscale.moonshadow.dev"
}
}
tab name="logs" {
pane command="sudo" {
args "lnav" "/var/log/forwarded" "jas@moonshadow.headscale.moonshadow.dev:/var/log/httpd-access.log"
}
}
tab name="tilde.team IRC" {

View File

@ -17,7 +17,7 @@
(remove ".git" projectile-project-root-files-bottom-up)))
;; Set fonts
(setq fontsize 18)
(setq fontsize 15)
(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)

View File

@ -1,10 +1,10 @@
# Filename : ~/.zshrc
# Purpose : setup file for zsh
# Author : Jeffrey Serio <hyperreal@fedoraproject.org>
# Author : Jeffrey Serio <hyperreal@moonshadow.dev>
# Homepage : https://hyperreal.coffee
#
# Zsh Manual - https://zsh-manual.netlify.app
# Zsh Guide - https://zsh-guide.netlify.app
# Zsh Manual - https://zsh-manual.hyperreal.coffee
# Zsh Guide - https://zsh-guide.hyperreal.coffee
# Plugins
if ! test -f "${HOME}/.zplug/init.zsh"; then

View File

@ -2,7 +2,6 @@
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
## default opts uses Catppuccin (mocha) color palette
export FZF_DEFAULT_OPTS='--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD'
## completion trigger