Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shell Color Scripts

This is a fork of DT's color scripts made for my personal use.

Screenshot of shell-color-scripts

A collection of terminal color scripts I've accumulated over the years. Included 52 beautiful terminal color scripts.

Usage

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)))"
end

Nixos Example

To 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages