tips:fish

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:fish [2021/05/01 19:12] – [virtualenv (DEPRECATED)] scipiotips:fish [2023/07/15 09:37] (current) sscipioni
Line 1: Line 1:
 ====== Fish ====== ====== Fish ======
  
-  * https://github.com/0rax/fishline +  * https://github.com/jorgebucaran/awsm.fish 
-  https://github.com/ivakyb/fish_ssh_agent+ 
 +install meslo nerd font and set it in console (terminator, ...) 
 +<code> 
 +yay -S ttf-meslo-nerd 
 +</code> 
 + 
 + 
 +install fisher plugin manager 
 +<code> 
 +curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher 
 +</code> 
 + 
 +update 
 +<code> 
 +fisher update 
 +fish_update_completions 
 +</code> 
 + 
 +plugins 
 +<code> 
 +fisher install nakulj/auto-venv 
 +fisher install IlanCosman/tide@v5 
 +</code> 
 + 
 +change tide settings 
 +<code> 
 +tide configure 
 +</code> 
 + 
 +aliases 
 +<code> 
 +alias task "go-task" 
 +funcsave task 
 +</code>
  
  • tips/fish.1619889154.txt.gz
  • Last modified: 2021/05/01 19:12
  • by scipio