#oh-my-posh #JanDeDobbeleer #linux #arch #ubuntu #terminal #vi #gogh #font #fonts #sget #fish #firacode #gnome #gnometweaks ``` sudo apt install fish -y chsh -s /usr/bin/fish fish cd /tempdir sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh cd /usr/local/bin/ sudo chmod +x oh-my-posh mkdir -p $HOME/.local/share/fonts wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip $HOME/Downloads/Firacode.zip unzip $HOME/Downloads/FiraCode.zip -d $HOME/.local/share/fonts fc-cache -f -v sudo apt install gnome-tweaks -y Search for Gnome Tweaks and start it (search for tweaks) Fonts, MonoSpace Text, select FireCode Nerd Font Mono Retina, Size 11 mkdir ~/.poshthemes wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip unzip ~/.poshthemes/themes.zip -d ~/.poshthemes/ chmod u+rw ~/.poshthemes/*.json rm ~/.poshthemes/themes.zip vi $HOME/.config/fish/config.fish Zet op de eerste regel deze tekst oh-my-posh init fish --config $HOME/.poshthemes/montys.omp.json | source bash -c "$(wget -qO- https://git.io/vQgMr)" Kies 69 (Theme: Everforest Dark Hard) Ga in de terminal naar Preferences,Profiles,Select profile (kies Everforest Dark Hard) ``` Zie ook [[Unzip files on AIX]] [[Install oh-my-posh in Windows]] [[Chris Titus' WinUtil]] [[Chris Titus' LinUtil and the nice bash prompt]] Het kan ook zijn dat je in de ~/bashrc aan het einde het commando ```fish``` toe moeten voegen ```