Terminator Config setup for starship
- Extract FiraCode.zip
- Move all tff and otf files to /usr/share/fonts
mv dep/*.*tf /usr/share/fonts
- Download and install starship:
curl -sS https://starship.rs/install.sh | sh - Add Starship startup when terminal starts:
(applies for bash, see instructions here for other types of shells)
eval "$(starship init bash)" - Copy starship config to .config dir:
cp config/starship.toml ~/.config/starship.toml
- Copy terminator config to ~/.config/terminator:
cp config/terminator_config ~/.config/terminator/config