diff --git a/setup-mac.sh b/setup-mac.sh index 84bf7a8..2bfbf94 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -202,12 +202,12 @@ curl -sw '%{url_effective}\n' -Lo "$HOME/.vimrc" https://git.penguincoder.org/pe install -m 640 ./.zshrc "$HOME/" AUTO_FILE="$HOME/.zshrc.auto" -echo > "$AUTO_FILE" PATH="$PATH:$HOME/.nix-profile/bin" +echo > "$AUTO_FILE" atuin init zsh >> "$AUTO_FILE" direnv hook zsh >> "$AUTO_FILE" -just --completions zsh >> "$AUTO_FILE" -starship init zsh >> "$AUTO_FILE" +#just --completions zsh >> "$AUTO_FILE" +starship init zsh --print-full-init >> "$AUTO_FILE" zoxide init zsh >> "$AUTO_FILE" [ -d /usr/local/bin ] || sudo mkdir /usr/local/bin