This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:fish [2021/09/26 19:14] – scipio | tips:fish [2023/07/15 09:37] (current) – sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Fish ====== | ====== Fish ====== | ||
| - | < | + | * https:// |
| - | fish_update_completions | + | |
| - | set -U fish_greeting | + | install meslo nerd font and set it in console (terminator, |
| + | < | ||
| + | yay -S ttf-meslo-nerd | ||
| </ | </ | ||
| + | |||
| install fisher plugin manager | install fisher plugin manager | ||
| Line 12: | Line 14: | ||
| </ | </ | ||
| + | update | ||
| + | < | ||
| + | fisher update | ||
| + | fish_update_completions | ||
| + | </ | ||
| - | * https://github.com/ivakyb/ | + | plugins |
| + | < | ||
| + | fisher install nakulj/auto-venv | ||
| + | fisher install IlanCosman/tide@v5 | ||
| + | </code> | ||
| + | change tide settings | ||
| + | < | ||
| + | tide configure | ||
| + | </ | ||
| - | Set a persistent alias | + | aliases |
| - | To quickly make a persistent alias, one can simply use the method showed in this example: | + | < |
| - | + | alias task "go-task" | |
| - | < | + | funcsave |
| - | alias lsl "ls -l" | + | |
| - | funcsave | + | |
| </ | </ | ||