This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:fish [2021/05/01 19:12] – [virtualenv (DEPRECATED)] scipio | tips:fish [2023/07/15 09:37] (current) – sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Fish ====== | ====== Fish ====== | ||
| - | * https:// | + | * https:// |
| - | | + | |
| + | install meslo nerd font and set it in console (terminator, | ||
| + | < | ||
| + | yay -S ttf-meslo-nerd | ||
| + | </ | ||
| + | |||
| + | |||
| + | install fisher plugin manager | ||
| + | < | ||
| + | curl -sL https://git.io/fisher | source && fisher install jorgebucaran/ | ||
| + | </ | ||
| + | |||
| + | update | ||
| + | < | ||
| + | fisher update | ||
| + | fish_update_completions | ||
| + | </ | ||
| + | |||
| + | plugins | ||
| + | < | ||
| + | fisher install nakulj/ | ||
| + | fisher install IlanCosman/ | ||
| + | </ | ||
| + | |||
| + | change tide settings | ||
| + | < | ||
| + | tide configure | ||
| + | </ | ||
| + | |||
| + | aliases | ||
| + | < | ||
| + | alias task " | ||
| + | funcsave task | ||
| + | </code> | ||