2026-05-13

This commit is contained in:
2026-05-13 20:09:01 -04:00
parent 967565c80b
commit 229ff7dea0
15 changed files with 380 additions and 56 deletions
+1
View File
@@ -26,3 +26,4 @@ alias installbrewfile="brew bundle install --file=~/dotfiles/Brewfile"
alias config="bb ~/dotfiles"
alias linkdfs="sh ~/dotfiles/symlink_dotfiles.zsh"
alias cdot="sh ~/dotfiles/scripts/commit-dotfiles.sh"
+2 -1
View File
@@ -79,9 +79,10 @@ ZSH_THEME="robbyrussell"
gh
nvm
npm
gitignore
brew
thefuck
macos
pnpm-shell-completion
)
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
+5
View File
@@ -1,6 +1,9 @@
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
# Run brew-autoupdate
brew-autoupdate
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
eval "$(wut init)"
@@ -28,3 +31,5 @@ fi
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
. "$HOME/.atuin/bin/env"