bat: Add color configs
This commit is contained in:
parent
c1e858e6a5
commit
ab7c37b962
5 changed files with 7 additions and 0 deletions
2
bat/.gitignore
vendored
Normal file
2
bat/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Symlink created by `../bin/set-colors`
|
||||
/config
|
||||
1
bat/config-dark
Normal file
1
bat/config-dark
Normal file
|
|
@ -0,0 +1 @@
|
|||
--theme="OneHalfDark"
|
||||
1
bat/config-light
Normal file
1
bat/config-light
Normal file
|
|
@ -0,0 +1 @@
|
|||
--theme="OneHalfLight"
|
||||
|
|
@ -10,6 +10,7 @@ OSTYPE="$(uname -s)"
|
|||
|
||||
install_dark() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-dark.yml" "${DOTFILES}/alacritty/colors.yml"
|
||||
ln -sf "${DOTFILES}/bat/config-dark" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/jdkaplan-dark.theme" "${DOTFILES}/task/color.theme"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-dark.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ install_dark() {
|
|||
|
||||
install_light() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-light.yml" "${DOTFILES}/alacritty/colors.yml"
|
||||
ln -sf "${DOTFILES}/bat/config-light" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/jdkaplan-light.theme" "${DOTFILES}/task/color.theme"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-light.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
- link:
|
||||
~/bin: bin/
|
||||
~/.config/alacritty: alacritty/
|
||||
~/.config/bat: bat/
|
||||
~/.config/direnv/direnvrc: direnv/direnvrc
|
||||
~/.config/flake8: etc/flake8
|
||||
~/.config/gh/config.yml: gh/config.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue