GianPDev's Knowledge Base
  • GitHub

    main

    • Docker
    • README
    • Secure Networking Between Different Cloud Providers
    • Selecting An (Open)Jdk To Install

    Dedicated Server Management

    • Shockhosting Panel
    • Supermicro IPMI Web Control Panel

    DigitalMedia

    • -Digitalmedia
    • Ffmpeg
    • Ffmpeg (Linux)
    • Imagemagick

    Linux

    • -Linux Servers
    • Ansible
    • Bash
    • Bash Utilities
    • Building Godot 3.5 For Linux Aarch64
    • Crowdsec
    • Date-Time
    • Desktop Environments
    • Firewalld
    • Firewalls
    • Fish Shell
    • Ip (Linux Cli Tool)
    • Iptables
    • Linux Networking
    • Linux Security
    • Lsof
    • LXDE
    • Mosh (Durable Ssh)
    • Nmcli
    • Pacman
    • Podman
    • Proxmox
    • SELinux
    • Ssh
    • SSH Certificate Based Authentication (Ca Signing Keys)
    • SSH Keys
    • SSH Tunnelling
    • Sshfs (Mount Remote Drives)
    • Storage
    • Tmux
    • Vim

    Platform as a Service (PaaS)

    • PaaS Services

    Programming

    • -Programming
    • Databases
    • Dioxus
    • Gdb Debugger
    • Git
    • GPG-Keys
    • Miniserve Website Server
    • Rust-Lang
    • Static Site Generation
    • Versioning
    • Web
    • Zola Static Site Generator

    Web

    • Twitter Session Hijack Aka Cookie Stealing

    Windows

    • -Windows
    • Powershell
    • Robocopy
    • Winget (Official Package Manager)

    On this page

    • Install fish (ubuntu)
    • Install Fisher Plugin Manager (Run in fish shell)
    • Get nvm (node version manager) working with fish

    Fish Shell

    Install fish (ubuntu)

    sudo apt install fish
    

    Install Fisher Plugin Manager (Run in fish shell)

    curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
    

    Get nvm (node version manager) working with fish

    With nvm installed using bash and fisher installed in fish, run in fish shell:

    fisher install FabioAntunes/fish-nvm edc/bass