mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 23:49:03 +00:00
feat: antidot
Cleans up your $HOME from those pesky dotfiles
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user