tips:fish

Fish

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/fisher

update

fisher update
fish_update_completions

plugins

fisher install nakulj/auto-venv
fisher install IlanCosman/tide@v5

change tide settings

tide configure

aliases

alias task "go-task"
funcsave task
  • tips/fish.txt
  • Last modified: 2023/07/15 09:37
  • by sscipioni