# macos
brew install --cask font-hack-nerd-font
# linux (arch)
mkdir -p ~/.local/share/fonts
git clone --filter=blob:none --sparse https://github.com/ryanoasis/nerd-fonts
cd nerd-fonts/
git sparse-checkout add patched-fonts/Hack
cd patched-fonts/Hack/
find . -name "*.ttf" -exec cp {} ~/.local/share/fonts/ \;
mkdir -p ~/.local/bin
BIN_DIR=~/.local/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)"
cp starship.toml ~/.config/starship.toml
git clone https://gitlab.com/dwt1/shell-color-scripts.git
cd shell-color-scripts
sudo make install
# starship
colorscript -e random # crunch
eval "$(starship init bash)"
Derek Taylor / Shell Color Scripts · GitLab
How to get the most out of your Terminal | by Reagan McFarland | Medium