nix-installer VS fish-shell

Compare nix-installer vs fish-shell and see what are their differences.

nix-installer

Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs. (by DeterminateSystems)

fish-shell

The user-friendly command line shell. (by fish-shell)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nix-installer fish-shell
15 320
1,573 24,551
6.4% 0.7%
8.8 9.9
7 days ago 6 days ago
Rust Rust
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nix-installer

Posts with mentions or reviews of nix-installer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-03.
  • A new Debian package helper: debputy
    2 projects | news.ycombinator.com | 3 Feb 2024
    This is a way improved[1] version of the official installer, capable of uninstallation among many other things, there is no need to use the official one: https://determinate.systems/posts/determinate-nix-installer

    1: https://github.com/DeterminateSystems/nix-installer?tab=read...

  • The Determinate Nix Installer
    1 project | news.ycombinator.com | 7 Jan 2024
  • macOS Sonoma is available today
    8 projects | news.ycombinator.com | 26 Sep 2023
    The Determinate Systems nix installer is quite smooth: https://github.com/DeterminateSystems/nix-installer/

    Though it does tend to get clobbered on macOS updates.

  • PackagingCon – a conference only for software package management
    6 projects | news.ycombinator.com | 8 Aug 2023
    and that's just the simple version, on Linux, and thus is likely the happy-path in CI.

    When trying to use it locally on macOS, this here is just some "you wanna do _what_?!": https://github.com/DeterminateSystems/nix-installer/tree/v0.... (not to pick on determinate.systems, the upstream is similarly facepalm: https://nixos.org/manual/nix/stable/installation/installing-... )

  • Home manager installation - Could not find suitable profile directory
    1 project | /r/Nix | 8 Jun 2023
    I installed nix with the following nix-installer: bash curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install Now I'm trying to install home-manager and I'm starting from 3.2 Standalone setup with the following command: bash nix run home-manager/master -- init --switch but it gives me the following error message: Could not find suitable profile directory, tried /home/tornax/.local/state/home-manager/profiles and /nix/var/nix/profiles/per-user/tornax
  • Tumbleweed on Steam Deck
    2 projects | /r/openSUSE | 3 Jun 2023
    Alternatively the Determinate Systems Nix installer runs on Steamdeck. They even have instructions for setting up a Steamdeck VM where you can try out anything before buying (other than running games).
  • A guide for setting up Guix as a package manager for openSUSE MicroOS
    1 project | /r/openSUSE | 14 May 2023
    Nice write up. But my question would be why not just use the Determinate Systems Nix installer to install nix? Is there a specific reason you went with Guix?
  • Executing a remote sh command for installation - why is this so risky?
    1 project | /r/Nix | 6 May 2023
    Personally, I like using this alternate installer. I find it a bit easier to work with. https://github.com/DeterminateSystems/nix-installer
  • The downvote button is on the bottom left
    2 projects | /r/linuxmemes | 16 Apr 2023
    You should be able to install both in a container and on the host. And for the install script, no idea why it doesn't work for you, but there's also an unofficial installer you could try: https://github.com/DeterminateSystems/nix-installer
  • Simple way to install package using Nix on macOS?
    3 projects | /r/NixOS | 26 Mar 2023
    I've installed Nix on macOS using nix-installer. Now I can start a temporary nix shell using nix-shell -p git direnv as an example, but I need both of these packages "globally" outside of a nix-shell. How do I do this on macos?

fish-shell

Posts with mentions or reviews of fish-shell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • FAQ on the xz-utils backdoor – via a project dev
    1 project | news.ycombinator.com | 29 Mar 2024
    Reminds of the note at the bottom of Fish's releases. It's there because the build system cannot determine the current version for some reason. Hopefully that will go away now that they have switched to a different language / build system. The custom tarball is used by Arch Linux at the very least.

    https://github.com/fish-shell/fish-shell/releases/tag/3.7.1

    https://github.com/fish-shell/fish-shell/issues/7772#issueco...

    https://gitlab.archlinux.org/archlinux/packaging/packages/fi...

  • Oh My Zsh
    19 projects | news.ycombinator.com | 22 Jan 2024
  • Proposal for porting fish-shell from C++ to Rust
    1 project | news.ycombinator.com | 17 Jan 2024
  • Converting the Kernel to C++
    3 projects | news.ycombinator.com | 10 Jan 2024
    A recent practical example of the former: the fish shell re-wrote incrementally from C++ to Rust, and is almost finished https://github.com/fish-shell/fish-shell/discussions/10123

    An example of the latter: c2rust, which is a work in progress but is very impressive https://github.com/immunant/c2rust

    It currently translates into unsafe Rust, but the strategy is to separate the "compile C to unsafe Rust" steps and the "compile unsafe Rust to safe Rust" steps. As I see it, as it makes the overall task simpler, allows for more user freedom, and makes the latter potentially useful even for non-transpiled code. https://immunant.com/blog/2023/03/lifting/

  • Fish shell 3.7.0: last release branch before the full Rust rewrite
    9 projects | news.ycombinator.com | 1 Jan 2024
    And this discussion from November has an update on the progress: https://github.com/fish-shell/fish-shell/discussions/10123
  • Day 5 - More or less...
    3 projects | /r/linuxupskillchallenge | 7 Dec 2023
    We're using bash as our terminal shell for now (it is standard in many distros) but it is not the only one out there. If you want to test out zsh, fish or oh-my-zsh, you will see that there are a few differences and the features are usually the main differentiator. Try that, poke around.
  • Fish – Update on the Rust Port
    1 project | /r/patient_hackernews | 28 Nov 2023
    1 project | /r/hackernews | 28 Nov 2023
    7 projects | news.ycombinator.com | 26 Nov 2023
    They have a variety of reasons to move to rust, as outlined in their original rust discussion[1]. Mostly around finding other contributors, and adding an async/parallel mode they're comfortable with.

    [1] https://github.com/fish-shell/fish-shell/pull/9512

  • Devuan アップグレード: 4 から 5 Daedalus へ
    3 projects | dev.to | 4 Sep 2023

What are some alternatives?

When comparing nix-installer and fish-shell you can also consider the following projects:

nix-with-selinux - this project has moved to a new repo. click the link below

powerlevel10k - A Zsh theme

nixos-config - Nix configuration for macOS / NixOS with starter templates, step-by-step guides, and more ✨

starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

noTunes - A simple macOS application that will prevent iTunes or Apple Music from launching.

nushell - A new type of shell

nix-installers - Nix installers for legacy distributions (rpm & deb & pacman) [maintainer=@adisbladis]

oh-my-fish - The Fish Shell Framework

leopard.sh - Package managers for PowerPC Macs running OS X Leopard (10.5) and Tiger (10.4), written in Bash 😱

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

dotfiles - Nix-managed dotfiles for macOS and WSL

tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.