Skip to content

rbndg/alacritty-theme-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alacritty-theme-switcher

Simple script to change your alacritty terminal theme

Usage

This simple bash script allows you to change your alacritty terminal theme.

  1. Install Alacrity Themes from alacritty-themes

  2. Clone this repository

  3. Update alacritty config with:

# Path below is where you have cloned this repo 
import = [
    "~/alacritty-theme-switcher/alacritty.toml"
]
  1. Update theme-switcher.sh with the correct path to your alacritty themes

  2. Install the script somewhere in your $PATH or set it as alias.

  3. You can quickly switch between themes by running the following command:

theme-switcher day 
theme-switcher night
theme-switcher name <theme_name>

Releases

No releases published

Packages

No packages published

Languages