Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbndg/alacritty-theme-switcher
Simple script to change your alacritty terminal theme
https://github.com/rbndg/alacritty-theme-switcher
alacritty alacritty-config alacritty-configs alacritty-theme terminal
Last synced: 20 days ago
JSON representation
Simple script to change your alacritty terminal theme
- Host: GitHub
- URL: https://github.com/rbndg/alacritty-theme-switcher
- Owner: rbndg
- License: mit
- Created: 2024-02-14T04:04:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-14T04:36:34.000Z (11 months ago)
- Last Synced: 2024-10-04T16:22:00.596Z (3 months ago)
- Topics: alacritty, alacritty-config, alacritty-configs, alacritty-theme, terminal
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/alacritty/alacritty-theme)
2. Clone this repository3. Update alacritty config with:
```toml
# Path below is where you have cloned this repo
import = [
"~/alacritty-theme-switcher/alacritty.toml"
]
```
5. Update theme-switcher.sh with the correct path to your alacritty themes6. Install the script somewhere in your $PATH or set it as alias.
6. You can quickly switch between themes by running the following command:
```bash
theme-switcher day
theme-switcher night
theme-switcher name
```
```