Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 757 Bytes

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>