Skip to content

Commit

Permalink
feat: add thefuck and tldr terminal tools
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 6, 2024
1 parent 557f3bf commit a4a1654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ brew "bat"
brew "make"
brew "fzf"
brew "git-delta"
brew "tldr"
brew "thefuck"

# Docker
brew "docker"
Expand Down
4 changes: 4 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ _fzf_comprun() {
esac
}

# thefuck configuration
eval $(thefuck --alias)
eval $(thefuck --alias fk)

### List directories
alias ls="eza -a --group-directories-first --icons --color=always"
alias la="eza -a --group-directories-first --icons --color=always --oneline"
Expand Down

0 comments on commit a4a1654

Please sign in to comment.