https://github.com/abeldekat/alacritty
Alacritty setup
https://github.com/abeldekat/alacritty
Last synced: 4 months ago
JSON representation
Alacritty setup
- Host: GitHub
- URL: https://github.com/abeldekat/alacritty
- Owner: abeldekat
- License: apache-2.0
- Created: 2024-02-11T10:23:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T10:44:37.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:56:36.322Z (5 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alacritty
Alacritty setup
Includes color-schemes that can be activated used this [script](https://github.com/abeldekat/scripts/blob/main/alacritty_menu_owns).
## Install
Clone the repo to `~/.config/alacritty`.
Modify alacritty.toml, replace `CHANGE` with your username:
```toml
import = ["/home/CHANGE/.config/alacritty/colors.toml", "/home/CHANGE/.config/alacritty/device.toml"]
````Alacritty.toml` imports `colors.toml` and `device.toml`.
Link either `pc.toml` or `laptop.toml` to `device.toml`:
```sh
ln -sf pc.toml device.toml
```## Defaults
- Colors: `catppuccin-frappe`
- Font: `Jetbrains Mono Medium`