Add The Fuck

This commit is contained in:
Marley Rae 2024-01-23 12:48:47 -08:00
parent da83b02ff2
commit be8b33645c
2 changed files with 8 additions and 3 deletions

View file

@ -43,12 +43,16 @@ unset config_files
export STARSHIP_CONFIG=$DOT/zsh/starship.toml export STARSHIP_CONFIG=$DOT/zsh/starship.toml
eval "$(starship init zsh)" eval "$(starship init zsh)"
# Zsh Syntax Highlighting
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Zsh Autosuggestions # Zsh Autosuggestions
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# The Fuck
eval "$(thefuck --alias)"
# Zsh Syntax Highlighting
# Must go last!!!
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Herd injected PHP binary. # Herd injected PHP binary.
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH

View file

@ -8,3 +8,4 @@ brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-f
brew_install "Starship Prompt" "starship" brew_install "Starship Prompt" "starship"
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting" brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"
brew_install "Zsh Autosuggestions" "zsh-autosuggestions" brew_install "Zsh Autosuggestions" "zsh-autosuggestions"
brew_install "The Fuck" "thefuck"