ghostty: add config, use solarized theme everywhere
This commit is contained in:
parent
a655f68d6e
commit
88de853e15
@ -1,5 +1,7 @@
|
|||||||
set -gx BAT_STYLE plain
|
set -gx BAT_STYLE plain
|
||||||
set -gx BAT_THEME Coldark-Dark
|
set -gx BAT_THEME "Solarized (dark)"
|
||||||
|
set -gx BAT_THEME_DARK "Solarized (dark)"
|
||||||
|
set -gx BAT_THEME_LIGHT "Solarized (light)"
|
||||||
set -gx EDITOR hx
|
set -gx EDITOR hx
|
||||||
set -gx LANG en_US.UTF-8
|
set -gx LANG en_US.UTF-8
|
||||||
set -gx LESS '-x4 -z-4 -j.25 -iFMRS'
|
set -gx LESS '-x4 -z-4 -j.25 -iFMRS'
|
||||||
|
4
ghostty/config
Normal file
4
ghostty/config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
font-size = 11
|
||||||
|
theme = dark:Builtin Solarized Dark,light:Builtin Solarized Light
|
||||||
|
window-height = 60
|
||||||
|
window-width = 200
|
@ -11,7 +11,6 @@
|
|||||||
pager = delta
|
pager = delta
|
||||||
[delta]
|
[delta]
|
||||||
features = blame-style diff-style
|
features = blame-style diff-style
|
||||||
syntax-theme = Coldark-Dark
|
|
||||||
[delta "blame-style"]
|
[delta "blame-style"]
|
||||||
blame-code-style = syntax
|
blame-code-style = syntax
|
||||||
blame-format = " {commit:<8} {author:^16.15} {timestamp:>10} "
|
blame-format = " {commit:<8} {author:^16.15} {timestamp:>10} "
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
theme = "onedark"
|
theme = "solarized_dark"
|
||||||
|
#theme = "solarized_light"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
auto-save = true
|
auto-save = true
|
||||||
|
@ -23,6 +23,7 @@ install_symlink() {
|
|||||||
install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin"
|
install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin"
|
||||||
install_symlink "$ROOTDIR/fd" "$HOME/.config/fd"
|
install_symlink "$ROOTDIR/fd" "$HOME/.config/fd"
|
||||||
install_symlink "$ROOTDIR/fish" "$HOME/.config/fish"
|
install_symlink "$ROOTDIR/fish" "$HOME/.config/fish"
|
||||||
|
install_symlink "$ROOTDIR/ghostty" "$HOME/.config/ghostty"
|
||||||
install_symlink "$ROOTDIR/git" "$HOME/.config/git"
|
install_symlink "$ROOTDIR/git" "$HOME/.config/git"
|
||||||
install_symlink "$ROOTDIR/helix" "$HOME/.config/helix"
|
install_symlink "$ROOTDIR/helix" "$HOME/.config/helix"
|
||||||
install_symlink "$ROOTDIR/nix" "$HOME/.config/nix"
|
install_symlink "$ROOTDIR/nix" "$HOME/.config/nix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user