Skip to content

Curated tutorial, resource and tips I've collected on Fisherman

Notifications You must be signed in to change notification settings

sotayamashita/fisherman-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Slack

Fisherman Tips

Translations:

Table of Contents

Bootstrap

# Ensure fisherman and plugins are installed
if not test -f $HOME/.config/fish/functions/fisher.fish
  echo "==> Fisherman not found.  Installing."
  curl -sLo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
  fisher
end

Test

Test if completion works by @Markcial

TEST "Should return ask-pass param" complete -C"foo --ask-p" = "foo --ask-pass" end`

Migration

Migrate from oh-my-fish to fisherman

  1. Just install fisherman
  2. If you happen to be also running any fisherman before 2.0 alongside omf
  3. Add omf plugin names to ~/.config/fish/fishfile and run fisher
  4. Remove omf directories and files

It has been discussed on Migration instructions from oh-my-fish to fisherman? #223.

License

CC0

To the extent possible under law, Sota Yamashita has waived all copyright and related or neighboring rights to this work.

About

Curated tutorial, resource and tips I've collected on Fisherman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published