Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaothallis/config-alacritty
Alacritty configuration
https://github.com/joaothallis/config-alacritty
Last synced: 24 days ago
JSON representation
Alacritty configuration
- Host: GitHub
- URL: https://github.com/joaothallis/config-alacritty
- Owner: joaothallis
- Created: 2024-02-04T22:16:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T23:07:04.000Z (10 months ago)
- Last Synced: 2024-10-10T14:47:16.563Z (about 1 month ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alacritty Settings
Settings for [Alacritty](https://alacritty.org/), a cross-platform, OpenGL terminal emulator.
## Requirements
- [Alacritty](https://alacritty.org/)
- [UbuntuMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/UbuntuMono#ubuntu-mono)
- [catppuccin theme](https://github.com/catppuccin/alacritty)
- [darkman](https://gitlab.com/WhyNotHugo/darkman)## Installation
To install, clone the repository to `~/.config/alacritty` and copy `dark-mode.d` and `light-mode.d` to `/usr/local/share/`:
```bash
mkdir ~/.config/alacritty
cd ~/.config/alacritty
git clone https://github.com/joaothallis/config-alacritty.git
sudo cp -r dark-mode.d light-mode.d /usr/local/share/
```