diff --git a/Brewfile b/Brewfile index 06e78ec..f509b28 100644 --- a/Brewfile +++ b/Brewfile @@ -3,6 +3,7 @@ tap "dotenvx/brew" tap "ghall89/tap" tap "marsanne/cask" tap "oven-sh/bun" +tap "simonbs/wut", "https://github.com/simonbs/wut.git" tap "tw93/tap" brew "xz" brew "atuin" @@ -86,6 +87,7 @@ brew "zls" brew "zoxide" brew "dotenvx/brew/dotenvx" brew "oven-sh/bun/bun" +brew "simonbs/wut/wut" brew "tw93/tap/mole" cask "affinity" cask "airbuddy" diff --git a/zsh_config/zshrc b/zsh_config/zshrc index 36e1428..47b2bc5 100644 --- a/zsh_config/zshrc +++ b/zsh_config/zshrc @@ -1,4 +1,8 @@ +autoload -U +X bashcompinit && bashcompinit +autoload -U +X compinit && compinit + eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)" +eval "$(wut init)" source $(brew --prefix nvm)/nvm.sh source <(fzf --zsh) @@ -9,9 +13,9 @@ for conf in "$HOME/dotfiles/zsh_config/"*.zsh; do done unset conf -eval $(thefuck --alias) +# eval "$(wut init)" +eval "$(thefuck --alias)" eval "$(zoxide init zsh)" -# eval "$(starship init zsh)" eval "$(atuin init zsh)" # bun completions