bat: switch to catppuccin themes
This commit is contained in:
parent
ddf5686799
commit
d13dc5b947
3
bat/config
Normal file
3
bat/config
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--style=plain
|
||||||
|
--theme-dark=catppuccin-frappe
|
||||||
|
--theme-light=catppuccin-latte
|
2081
bat/themes/catppuccin-frappe.tmTheme
Normal file
2081
bat/themes/catppuccin-frappe.tmTheme
Normal file
File diff suppressed because it is too large
Load Diff
2081
bat/themes/catppuccin-latte.tmTheme
Normal file
2081
bat/themes/catppuccin-latte.tmTheme
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,3 @@
|
|||||||
set -gx BAT_STYLE plain
|
|
||||||
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'
|
||||||
|
@ -21,6 +21,7 @@ install_symlink() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin"
|
install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin"
|
||||||
|
install_symlink "$ROOTDIR/bat" "$HOME/.config/bat"
|
||||||
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/ghostty" "$HOME/.config/ghostty"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user