repos / dotfiles

my dotfiles

commit
5f6fca1
parent
c85ff03
author
Eric Bower
date
2026-01-13 22:10:21 -0500 EST
refactor: color schemes
4 files changed,  +8, -30
M dot_config/fish/config.fish
+3, -20
 1@@ -1,4 +1,4 @@
 2-fish_config theme choose "dracula"
 3+fish_config theme choose "tomorrow"
 4 
 5 fish_add_path ~/.local/bin /usr/local/go/bin ~/.cargo/bin ~/.yarn/bin ~/.npm-packages/bin
 6 
 7@@ -28,8 +28,8 @@ end
 8 # remove fish greeting
 9 set -U fish_greeting
10 set -xg LANG en_US.UTF-8
11-set -xg EDITOR nvim
12-set -xg VISUAL nvim
13+set -xg EDITOR kak
14+set -xg VISUAL kak
15 set -xg GPG_TTY (tty)
16 set -xg XDG_CONFIG_HOME ~/.config
17 set -xg VDIRSYNCER_CONFIG ~/.config/vdirsyncer/config
18@@ -37,7 +37,6 @@ set -xg MDIR ~/mail
19 set -xg COLORTERM truecolor
20 
21 abbr -a pushall "git remote | xargs -I R git push R"
22-abbr -a scratch nvim ~/scratch.md
23 abbr -a rcp rsync -avzu --progress
24 abbr -a sway sway --unsupported-gpu
25 abbr -a tre "tree -CF --dirsfirst -L2"
26@@ -61,22 +60,6 @@ function pw
27   tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 16; echo
28 end
29 
30-function sys_fzf
31-  systemctl --user list-unit-files --no-legend | fzf | awk '{print $1}'
32-end
33-
34-function syst
35-  systemctl --user status -l --no-pager (sys_fzf)
36-end
37-
38-function sysc
39-  systemctl --user cat --no-pager (sys_fzf)
40-end
41-
42-function sysj
43-  journalctl --user -u (sys_fzf)
44-end
45-
46 if type -q direnv
47   direnv hook fish | source
48 end
M dot_config/foot/foot.ini
+4, -6
 1@@ -1,10 +1,8 @@
 2 [main]
 3-term=xterm-256color
 4-font=NotoMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
 5-include=/usr/share/foot/themes/dracula
 6+# font=NotoMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
 7+# pacman -S ttf-jetbrains-mono-nerd
 8+font=JetBrainsMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
 9+include=/usr/share/foot/themes/tokyonight-night
10 pad=4x4
11-[colors]
12-# set to neovim default colorscheme bg color
13-# background=14161b
14 [url]
15 launch=xdg-open ${url}
M dot_config/kak/kakrc
+0, -1
1@@ -27,7 +27,6 @@ hook global WinCreate .* %{
2 	addhl window/ column 100 default,rgb:404040
3 }
4 add-highlighter global/ show-matching
5-# add-highlighter global/ show-whitespaces
6 
7 eval %sh{kak-lsp}
8 hook global WinSetOption filetype=(python|go|javascript|typescript|zls) %{
M dot_config/river/init
+1, -3
 1@@ -55,10 +55,8 @@ do
 2     riverctl map -repeat $mode None XF86MonBrightnessDown spawn 'light -U 1'
 3 done
 4 
 5-riverctl border-width 3
 6+riverctl border-width 2
 7 riverctl background-color 0x282a36
 8-riverctl border-color-focused 0xbd93f9
 9-riverctl border-color-unfocused 0x81859b
10 
11 wlr-randr --output eDP-1 --scale 1.7 # laptop display scale
12 # `riverctl list-inputs`