dotfiles helper, configs and stuff

This commit is contained in:
Ismo Vuorinen
2022-12-07 16:14:43 +02:00
parent 0f87411f65
commit a53d655fd7
13 changed files with 483 additions and 48 deletions

1
zshrc
View File

@@ -36,6 +36,7 @@ export NVM_AUTO_USE=true
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm"
[[ -f "$HOME/.dotfiles/alias" ]] && source "$HOME/.dotfiles/alias"
[[ -f "$HOME/.dotfiles/alias-$HOSTNAME" ]] && source "$HOME/.dotfiles/alias-$HOSTNAME"
# Try to load antigen, if present
[[ -f "$HOME/.config/antigen.zsh" ]] && source "$HOME/.config/antigen.zsh"