Skip to content

masterwishx/unraid-fish-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish-shell for Unraid - Slackware

Fish package for Unraid (Slackware)

  • This release includes:
    • Slackware package: fish-4.2.1-x86_64-1_da.txz
    • Built from upstream fish release: fish-4.2.1-linux-x86_64.tar.xz
    • Contains a single standalone fish binary for any Linux.
    • Packaged for Unraid.
    • Installation instructions in README.md.

Old compiled versions for Slackware

https://github.com/masterwishx/Develop-Project/tree/main/Fish

How to use

Method 1 - Manual install

  1. Copy the package file to your USB disk - /boot/extra/ for auto-install on boot.
    Quick install without reboot needed:

    wget -O /boot/extra/fish-4.2.1-x86_64-1_da.txz https://raw.githubusercontent.com/masterwishx/unraid-fish-shell/main/slackware/fish-4.2.1-x86_64-1_da.txz && installpkg /boot/extra/fish-4.2.1-x86_64-1_da.txz
  2. Run fish command in console.

  3. Enjoy.

Method 2 - Install and keep updated via un-get

  1. Manually install the un-get plugin from your server's Plugins -> Install Plugin tab using this URL:

    https://raw.githubusercontent.com/ich777/un-get/master/un-get.plg
    
  2. Add this repo to un-get

   # Add this repo as a source to un-get
   echo "https://raw.githubusercontent.com/masterwishx/unraid-fish-shell/main/slackware/ unraid-fish-shell" >> /boot/config/plugins/un-get/sources.list

   # Update un-get sources
   un-get update

   # Install fish
   un-get install fish

   # Upgrade fish in the future
   un-get update && un-get upgrade fish

Optional: Change the default shell to fish

Run chsh -s "$(which fish)" to change the default shell to fish. Add the command to /boot/config/go to change it on boot.

echo -e '\n# Change default shell to fish\nchsh -s "$(which fish)"' >> /boot/config/go

About Fish

  • Fish - fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family.

image

https://fishshell.com/

https://github.com/fish-shell/fish-shell

About

Fish-shell package for Unraid (Slackware)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages