Install
Fedora
sudo dnf group install 'Development Tools'
sudo dnf install procps-ng curl file
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Configure
fish
Normally you would have to run
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
each time, as the shellenv
command from brew doesn’t populate universal variables.
If you use my Dotfiles however, it’s already automagically evaluated as soon as the /home/linuxbrew/.linuxbrew/bin/brew
executable is found.