feat: antidot

Cleans up your $HOME from those pesky dotfiles
This commit is contained in:
2024-06-09 15:57:41 +03:00
parent 0495ac1ea8
commit 493ad17c15
4 changed files with 18 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ x-load-configs
# Import ssh keys in keychain
ssh-add -A 2>/dev/null
x-have antidot && {
eval "$(antidot init)"
}
x-have rbenv && {
eval "$(rbenv init - bash)"
}
@@ -38,4 +42,3 @@ x-have rbenv && {
x-have oh-my-posh && {
eval "$(oh-my-posh init bash --config $XDG_CONFIG_HOME/oh-my-posh.omp.json)"
}
source "$DOTFILES/config/alias"