Skip to content

cybrcore/cybr-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Showcase

Steps

0. Before you start

curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/GeistMono.zip -o GeistMono.zip
mkdir -p ~/.local/share/fonts
unzip GeistMono.zip -d ~/.local/share/fonts/GeistMono
fc-cache -fv

1. Create config file

$EDITOR ~/.config/fish/config.fish

2. Insert cybrcore theme

3. Restart fish

exec fish

4. Test

for var in (set -n | grep fish_color_)
	set color (string replace "fish_color_" "" $var)
	echo -n "$var"
	set_color $$var
	echo "Sample text"
	set_color normal
end

About

> lucid theme for Fish

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors

Languages