https://github.com/mrluisfer/alacritty_config
Just my personal Alacritty terminal settings
https://github.com/mrluisfer/alacritty_config
alacritty dotfiles linux shell windows
Last synced: 3 months ago
JSON representation
Just my personal Alacritty terminal settings
- Host: GitHub
- URL: https://github.com/mrluisfer/alacritty_config
- Owner: mrLuisFer
- Created: 2021-07-04T14:14:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T06:00:06.000Z (over 1 year ago)
- Last Synced: 2024-01-27T06:43:36.140Z (over 1 year ago)
- Topics: alacritty, dotfiles, linux, shell, windows
- Language: Shell
- Homepage:
- Size: 333 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📦 Just my Alacrity.toml config
![]()
## ⚡ AboutThis is my basic configuration of my **Alacritty terminal**.
Since the file can grow, or also that I like to test things,
I want to have a backup version which if it works correctly## 🐙 Usage
To clone the file inside an already created folder you can execute the following command
```bash
git clone -b main https://github.com/mrLuisFer/alacritty_config.git .
```You can read a little more about **Alacritty** in the **[official repository](https://github.com/alacritty/alacritty)**
## ⚙ Config
Alacritty doesn't create the config file for you, but it looks for one in the following locations:
```bash
$XDG_CONFIG_HOME/alacritty/alacritty.toml$XDG_CONFIG_HOME/alacritty.toml
$HOME/.config/alacritty/alacritty.toml
$HOME/.alacritty.toml
```### 🐧 Linux
Clone the repository inside some folder like `~/Downloads`
Or whichever is your preferenceAnd copy the file inside the folder
```bash
~/.config/alacritty/
```### 💻 Windows
The same way just clone the repository don't download the **.zip** file and copy or cut the **.yml** file into the following path
On **Windows**, the config file should be located at:```bash
%APPDATA%\alacritty\alacritty.toml
# or
~\AppData\Roaming\alacritty\alacritty.toml
```### 👨💻 Nerd Font
To have the nerd font that comes by default you can visit the official page and download the **CaskaydiaCove** Nerd Font or one that you like
[nerdfonts.com](https://www.nerdfonts.com/font-downloads)