An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 📦 Just my Alacrity.toml config

Alacritty

## ⚡ About

This 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 preference

And 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)