-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalacritty
More file actions
24 lines (13 loc) · 627 Bytes
/
alacritty
File metadata and controls
24 lines (13 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# alacritty
> Cross-platform, GPU-accelerated terminal emulator.
> More information: <https://github.com/jwilm/alacritty>.
- Open a new alacritty window:
alacritty
- Run in a specific directory:
alacritty --working-directory {{path/to/directory}}
- Run a command in a new alacritty window:
alacritty -e {{command}}
- Specify alternative configuration file (defaults to $XDG_CONFIG_HOME/alacritty/alacritty.yml):
alacritty --config-file {{path/to/config.yml}}
- Run with live config reload enabled (can also be enabled by default in alacritty.yml):
alacritty --live-config-reload --config-file {{path/to/config.yml}}