These are my notes for tools and config on Fedora
to have previously modified the profile to have generated a conf file
sudo dnf install -y dconf util-linux GConf2
git clone --single-branch --branch master --depth 1 https://github.com/arcticicestudio/nord-gnome-terminal.git
cd nord-gnome-terminal/src/sh
GCONFTOOL=gconftool-2 ./nord.sh -l 3
sudo dnf remove dconf util-linux GConf2
curl -JLO https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraMono.zip
unzip FiraMono.zip -d FiraMono
sudo mv FiraMono /usr/share/fonts/
rm FiraMono.zip
Download from https://www.gnome-look.org/p/1356095
tar xf volantes_cursors.tar.gz
sudo mv volantes_cursors /usr/share/icons/
download from https://www.gnome-look.org/p/1267246 par exemple Nordic-v40.tar.xz
tar xf Nordic-standard-buttons-v40.tar.xz
sudo mv Nordic-standard-buttons-v40 /usr/share/themes
gsettings set org.gnome.desktop.interface gtk-theme Nordic-standard-buttons
gsettings set org.gnome.desktop.wm.preferences theme Nordic-standard-buttons
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
sudo dnf config-manager --set-disabled balena-etcher
sudo dnf config-manager --set-disabled balena-etcher-noarch
sudo dnf config-manager --set-disabled balena-etcher-source
sudo dnf config-manager --set-disabled teams
from https://www.gnome-look.org/s/Gnome/p/1209330
tar xf Zafiro-Icons-Dark.tar.xz
sudo mv Zafiro-Icons-Dark /usr/share/icons/
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
Download the latest tarball, and run the following:
tar -xvf <path-to-tarball> -C /usr/local/bin
git-credential-manager-core configure
sudo ln -s /usr/local/bin/git-credential-manager-core /usr/bin/git-credential-manager-core