mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
autojump out, fasd in
This commit is contained in:
parent
41380e0a71
commit
8849d094d4
3 changed files with 18 additions and 24 deletions
|
|
@ -24,10 +24,10 @@ macOS
|
|||
```
|
||||
|
||||
* Configure iTerm2 to use one of the nerd fonts (I like hack)
|
||||
* needed for `oh-my-zsh` module `autojump`
|
||||
* needed for `oh-my-zsh` module `fasd`
|
||||
|
||||
```shell
|
||||
brew install autojump
|
||||
brew install fasd
|
||||
brew install terminal-notifier
|
||||
brew install thefuck
|
||||
```
|
||||
|
|
@ -46,7 +46,7 @@ Linux
|
|||
* install some terminal tools
|
||||
|
||||
```(shell)
|
||||
sudo apt install exa autojump thefuck tmux
|
||||
sudo apt install exa fasd thefuck tmux
|
||||
```
|
||||
|
||||
* install [Tilex](https://gnunn1.github.io/tilix-web/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue