This is a fork of DT's color scripts made for my personal use.
A collection of terminal color scripts I've accumulated over the years. Included 52 beautiful terminal color scripts.
If you manually run any of the scripts with bash it just works. If you want to get a random script use DT's script or to have your Fish Shell automatically run a random prompt put this function in your fish configuration file.
function fish_greeting
set DIR_COLORSCRIPTS "myfullpath/colorscripts"
bash "$DIR_COLORSCRIPTS/$(basename (random choice $(ls $DIR_COLORSCRIPTS)))"
endTo move the dotfiles when you rebuild I personally use config.lib.file.mkOutOfStoreSymlink
To make home-manager set your fish greeting I use programs.fish.interactiveShellInit
