8000 GitHub - onemotre/alacritty_theme_transfer: This is a script to transfer old alacritty theme(yml) to the new one(toml)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

onemotre/alacritty_theme_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Alacritty Theme Transfer

Intro

This is a script to transfer old alacritty theme(yml) to the new one(toml)

Alacritty of the latest version has changed its configure file from .yml into toml and it seems the team wouldn't push their toml example issue. So I wrote this script.

Usage

File orgnization

.
├── README.md
├── themes_toml
├── themes_yml
└── transfer.sh

Depend

This script run by alacritty migrate which can be found in alacritty

Transfer

Put your old theme old.yml into file theme_yml and then run this command in your shell

./transfer.sh -t old

Use old one

You can also use your old configure to your usrname via following command (must use sudo):

sudo ./transfer.sh -i old -u usrname

Recommond

Here are the repositories of alacritty themes I recommond. iTerm2-Color-Schemes

About

This is a script to transfer old alacritty theme(yml) to the new one(toml)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0