Skip to content

Commit

Permalink
shell/git: update delta themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi committed Sep 8, 2024
1 parent e1f93c7 commit bc60ef9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config
9 changes: 9 additions & 0 deletions shell/git/_init
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ link() {
rm -fv ~/.gitconfig $HOMEBREW_PREFIX/etc/gitconfig
mklink $DOTTY_CONFIG_HOME/shell/git/config/git $XDG_CONFIG_HOME/
mklink $DOTTY_CONFIG_HOME/shell/git/.ignore ~/

mklink $DOTTY_CONFIG_HOME/shell/git/config/git/delta-light $DOTTY_WORK_HOME/dots/
mklink $DOTTY_CONFIG_HOME/shell/git/config/git/delta-dark $DOTTY_WORK_HOME/dots/
if [[ $DOTTY_THEME == "dark" ]]; then
rm -f $DOTTY_WORK_HOME/dots/delta-light
else
rm -f $DOTTY_WORK_HOME/dots/delta-dark
fi

}

clean() {
Expand Down

0 comments on commit bc60ef9

Please sign in to comment.