alacritty: Migrate config to TOML
This commit is contained in:
parent
0032399c17
commit
005db8a43a
16 changed files with 750 additions and 469 deletions
|
|
@ -9,7 +9,7 @@ SCHEME_FILE="${DOTFILES}/.color-scheme"
|
|||
OSTYPE="$(uname -s)"
|
||||
|
||||
install_dark() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-dark.yml" "${DOTFILES}/alacritty/colors.yml"
|
||||
ln -sf "${DOTFILES}/alacritty/colors-dark.toml" "${DOTFILES}/alacritty/colors.toml"
|
||||
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"
|
||||
|
|
@ -27,7 +27,7 @@ install_dark() {
|
|||
}
|
||||
|
||||
install_light() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-light.yml" "${DOTFILES}/alacritty/colors.yml"
|
||||
ln -sf "${DOTFILES}/alacritty/colors-light.toml" "${DOTFILES}/alacritty/colors.toml"
|
||||
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"
|
||||
|
|
@ -45,8 +45,6 @@ install_light() {
|
|||
}
|
||||
|
||||
postinstall() {
|
||||
"${DOTFILES}/alacritty/install"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
killall --signal HUP xsettingsd
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue