2026-02-04
This commit is contained in:
@@ -3,6 +3,7 @@ tap "dotenvx/brew"
|
|||||||
tap "ghall89/tap"
|
tap "ghall89/tap"
|
||||||
tap "marsanne/cask"
|
tap "marsanne/cask"
|
||||||
tap "oven-sh/bun"
|
tap "oven-sh/bun"
|
||||||
|
tap "simonbs/wut", "https://github.com/simonbs/wut.git"
|
||||||
tap "tw93/tap"
|
tap "tw93/tap"
|
||||||
brew "xz"
|
brew "xz"
|
||||||
brew "atuin"
|
brew "atuin"
|
||||||
@@ -86,6 +87,7 @@ brew "zls"
|
|||||||
brew "zoxide"
|
brew "zoxide"
|
||||||
brew "dotenvx/brew/dotenvx"
|
brew "dotenvx/brew/dotenvx"
|
||||||
brew "oven-sh/bun/bun"
|
brew "oven-sh/bun/bun"
|
||||||
|
brew "simonbs/wut/wut"
|
||||||
brew "tw93/tap/mole"
|
brew "tw93/tap/mole"
|
||||||
cask "affinity"
|
cask "affinity"
|
||||||
cask "airbuddy"
|
cask "airbuddy"
|
||||||
|
|||||||
+6
-2
@@ -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 "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
|
||||||
|
eval "$(wut init)"
|
||||||
|
|
||||||
source $(brew --prefix nvm)/nvm.sh
|
source $(brew --prefix nvm)/nvm.sh
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
@@ -9,9 +13,9 @@ for conf in "$HOME/dotfiles/zsh_config/"*.zsh; do
|
|||||||
done
|
done
|
||||||
unset conf
|
unset conf
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
# eval "$(wut init)"
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
# eval "$(starship init zsh)"
|
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
# bun completions
|
# bun completions
|
||||||
|
|||||||
Reference in New Issue
Block a user