jnxrm / alacritty-theme-manager

My first project in fish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alacritty-theme-manager

Fish shell (GitHub) plugin to easily switch theme in Alacritty (GitHub)

Installation

First, make sure to clone alacritty-theme

mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes

Install the plugin with fisher

fisher install jnxrm/alacritty-theme-manager

Then, add the following line to alacritty.toml

import = ["~/.config/alacritty/atm_theme.toml"]

It is recommended to enable live_config_reload in alacritty.toml

live_config_reload = true

Usage

  • atm : change to a random (dark) theme πŸ”€
  • atm ls : list all available themes πŸ“‹
  • atm <theme> : change theme to <theme> 🌈
  • atm -s : star current theme ⭐️
  • atm -s ls : list starred themes 🌟
  • atm -s r : change to a random starred theme πŸ’«
  • atm -u : unstar current theme ❌
  • atm -u <theme> : unstar <theme> ❌
  • atm -i : get info about current theme ℹ️

About

My first project in fish.

License:MIT License


Languages

Language:Shell 100.0%