Compare commits
2 Commits
2c4fcb4e74
...
c8bc74c84c
| Author | SHA1 | Date | |
|---|---|---|---|
|
c8bc74c84c
|
|||
|
abc627519a
|
@@ -1,4 +1,4 @@
|
||||
import = ["/home/daniel/.config/alacritty/themes/Base16-Default-Dark.toml"]
|
||||
import = ["/home/daniel/.config/alacritty/themes/{{alacritty_theme}}.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[font]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
--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,6 +23,9 @@ vars = [ "dark.toml" ]
|
||||
# alacritty
|
||||
alacritty = { source = "alacritty", target = ".config/alacritty" }
|
||||
|
||||
# bat
|
||||
bat = { source = "bat", target = ".config/bat" }
|
||||
|
||||
# broot
|
||||
broot = { source = "broot", target = ".config/broot" }
|
||||
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
theme = "light"
|
||||
alacritty_theme = "Baskerville-ivorylight"
|
||||
helix_theme = "flatwhite"
|
||||
zellij_theme = "nord"
|
||||
bat_theme = "Solarized (light)"
|
||||
alacritty_theme = "Catppuccin-Latte"
|
||||
helix_theme = "catppuccin-latte"
|
||||
zellij_theme = "catppuccin-latte"
|
||||
bat_theme = "Catppuccin Latte"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
export BAT_THEME="{{bat_theme}}"
|
||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||
export EDITOR="helix"
|
||||
|
||||
Reference in New Issue
Block a user