2026-05-13
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user