Skip to content

jcabmora/minttyrc-theme-to-gnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

minttyrc-theme-to-gnome

Utility to migrate mintty themes into gnome.

Usage:

  1. compile by running:

javac GetMinttyTheme.java

  1. run the program to generate a bash script from a mintty config file named "minttycolor":

java GetMinttyTheme minttycolor

This will generate a file named minttycolor.sh.

  1. depending on your umask settings, you might need to change the permissions on the generated bash file to allow you to execute the file:

chmod 555 minttycolor.sh

  1. run the generate file and enjoy!

./minttycolor.sh

Notes: You can find many really good looking mintty themes here:

About

Utility to migrate mintty themes into gnome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages