Update newsboat, zellij, zshrc
This commit is contained in:
parent
2c97ecbbd9
commit
d671d70660
@ -1,8 +1,7 @@
|
|||||||
urls-source "freshrss"
|
urls-source "ttrss"
|
||||||
freshrss-url "https://freshrss.hyperreal.coffee/api/greader.php"
|
ttrss-url "https://rss.moonshadow.dev"
|
||||||
freshrss-login "hyperreal"
|
ttrss-login "admin"
|
||||||
freshrss-passwordfile "/home/jas/.freshrss_password"
|
ttrss-passwordeval "pass ttrss"
|
||||||
freshrss-min-items 200
|
|
||||||
browser librewolf
|
browser librewolf
|
||||||
|
|
||||||
color listnormal color15 default
|
color listnormal color15 default
|
||||||
|
@ -3,17 +3,43 @@ copy_command "wl-copy"
|
|||||||
copy_on_select true
|
copy_on_select true
|
||||||
theme "catppuccin-mocha"
|
theme "catppuccin-mocha"
|
||||||
themes {
|
themes {
|
||||||
catppuccin-mocha {
|
catppuccin-mocha {
|
||||||
bg "#585b70"
|
bg "#585b70"
|
||||||
black "#181825"
|
black "#181825"
|
||||||
blue "#89b4fa"
|
blue "#89b4fa"
|
||||||
cyan "#89dceb"
|
cyan "#89dceb"
|
||||||
fg "#cdd6f4"
|
fg "#cdd6f4"
|
||||||
green "#a6e3a1"
|
green "#a6e3a1"
|
||||||
magenta "#f5c2e7"
|
magenta "#f5c2e7"
|
||||||
orange "#fab387"
|
orange "#fab387"
|
||||||
red "#f38ba8"
|
red "#f38ba8"
|
||||||
white "#cdd6f4"
|
white "#cdd6f4"
|
||||||
yellow "#f9e2af"
|
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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,22 +8,29 @@ layout {
|
|||||||
plugin location="zellij:status-bar"
|
plugin location="zellij:status-bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tab name="files" {
|
tab name="nas (FreeBSD)" {
|
||||||
pane command="yazi"
|
|
||||||
}
|
|
||||||
tab name="nas" {
|
|
||||||
pane command="autossh" {
|
pane command="autossh" {
|
||||||
args "jas@nas.headscale.moonshadow.dev"
|
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" {
|
pane command="autossh" {
|
||||||
args "jas@hyperreal.headscale.moonshadow.dev"
|
args "jas@hyperreal.headscale.moonshadow.dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tab name="headscale" {
|
tab name="rpi400 (Debian)" {
|
||||||
pane command="autossh" {
|
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" {
|
tab name="tilde.team IRC" {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
(remove ".git" projectile-project-root-files-bottom-up)))
|
(remove ".git" projectile-project-root-files-bottom-up)))
|
||||||
|
|
||||||
;; Set fonts
|
;; Set fonts
|
||||||
(setq fontsize 18)
|
(setq fontsize 15)
|
||||||
(setq monofontfam "GeistMono Nerd Font Mono")
|
(setq monofontfam "GeistMono Nerd Font Mono")
|
||||||
(setq doom-font (font-spec :family monofontfam :size fontsize)
|
(setq doom-font (font-spec :family monofontfam :size fontsize)
|
||||||
doom-variable-pitch-font (font-spec :family monofontfam :size fontsize)
|
doom-variable-pitch-font (font-spec :family monofontfam :size fontsize)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Filename : ~/.zshrc
|
# Filename : ~/.zshrc
|
||||||
# Purpose : setup file for zsh
|
# Purpose : setup file for zsh
|
||||||
# Author : Jeffrey Serio <hyperreal@fedoraproject.org>
|
# Author : Jeffrey Serio <hyperreal@moonshadow.dev>
|
||||||
# Homepage : https://hyperreal.coffee
|
# Homepage : https://hyperreal.coffee
|
||||||
#
|
#
|
||||||
# Zsh Manual - https://zsh-manual.netlify.app
|
# Zsh Manual - https://zsh-manual.hyperreal.coffee
|
||||||
# Zsh Guide - https://zsh-guide.netlify.app
|
# Zsh Guide - https://zsh-guide.hyperreal.coffee
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
if ! test -f "${HOME}/.zplug/init.zsh"; then
|
if ! test -f "${HOME}/.zplug/init.zsh"; then
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -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'
|
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
|
## completion trigger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user