This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:fish [2021/09/26 18:44] – scipio | tips:fish [2023/07/15 09:37] (current) – sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Fish ====== | ====== Fish ====== | ||
| + | * https:// | ||
| - | <code | download> | + | install meslo nerd font and set it in console (terminator, |
| + | <code> | ||
| + | yay -S ttf-meslo-nerd | ||
| + | </ | ||
| + | |||
| + | |||
| + | install fisher plugin manager | ||
| + | < | ||
| + | curl -sL https:// | ||
| + | </ | ||
| + | |||
| + | update | ||
| + | <code> | ||
| + | fisher update | ||
| fish_update_completions | fish_update_completions | ||
| </ | </ | ||
| - | * https://github.com/0rax/ | + | plugins |
| - | * https://github.com/ | + | < |
| + | fisher install nakulj/auto-venv | ||
| + | fisher install IlanCosman/tide@v5 | ||
| + | </code> | ||
| + | |||
| + | change tide settings | ||
| + | < | ||
| + | tide configure | ||
| + | </code> | ||
| + | |||
| + | aliases | ||
| + | < | ||
| + | alias task " | ||
| + | funcsave task | ||
| + | </code> | ||