Compare commits
No commits in common. "c8bc74c84c7904552d45c7b91dbf77e10cc66c42" and "2c4fcb4e74edf1774de8eda05c1978bd95fe7f36" have entirely different histories.
c8bc74c84c
...
2c4fcb4e74
@ -1,4 +1,4 @@
|
|||||||
import = ["/home/daniel/.config/alacritty/themes/{{alacritty_theme}}.toml"]
|
import = ["/home/daniel/.config/alacritty/themes/Base16-Default-Dark.toml"]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
|
@ -1 +0,0 @@
|
|||||||
--theme="{{bat_theme}}"
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -23,9 +23,6 @@ vars = [ "dark.toml" ]
|
|||||||
# alacritty
|
# alacritty
|
||||||
alacritty = { source = "alacritty", target = ".config/alacritty" }
|
alacritty = { source = "alacritty", target = ".config/alacritty" }
|
||||||
|
|
||||||
# bat
|
|
||||||
bat = { source = "bat", target = ".config/bat" }
|
|
||||||
|
|
||||||
# broot
|
# broot
|
||||||
broot = { source = "broot", target = ".config/broot" }
|
broot = { source = "broot", target = ".config/broot" }
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
theme = "light"
|
theme = "light"
|
||||||
alacritty_theme = "Catppuccin-Latte"
|
alacritty_theme = "Baskerville-ivorylight"
|
||||||
helix_theme = "catppuccin-latte"
|
helix_theme = "flatwhite"
|
||||||
zellij_theme = "catppuccin-latte"
|
zellij_theme = "nord"
|
||||||
bat_theme = "Catppuccin Latte"
|
bat_theme = "Solarized (light)"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
export BAT_THEME="{{bat_theme}}"
|
||||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export EDITOR="helix"
|
export EDITOR="helix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user