Simple script to change your alacritty terminal theme
This simple bash script allows you to change your alacritty terminal theme.
-
Install Alacrity Themes from alacritty-themes
-
Clone this repository
-
Update alacritty config with:
# Path below is where you have cloned this repo
import = [
"~/alacritty-theme-switcher/alacritty.toml"
]
-
Update theme-switcher.sh with the correct path to your alacritty themes
-
Install the script somewhere in your $PATH or set it as alias.
-
You can quickly switch between themes by running the following command:
theme-switcher day
theme-switcher night
theme-switcher name <theme_name>