✨ Add The Fuck
This commit is contained in:
parent
da83b02ff2
commit
be8b33645c
2 changed files with 8 additions and 3 deletions
|
@ -43,12 +43,16 @@ unset config_files
|
|||
export STARSHIP_CONFIG=$DOT/zsh/starship.toml
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# Zsh Syntax Highlighting
|
||||
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Zsh Autosuggestions
|
||||
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.
|
||||
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@ brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-f
|
|||
brew_install "Starship Prompt" "starship"
|
||||
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"
|
||||
brew_install "Zsh Autosuggestions" "zsh-autosuggestions"
|
||||
brew_install "The Fuck" "thefuck"
|
||||
|
|
Loading…
Reference in a new issue