mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
update readme
This commit is contained in:
parent
59fc3d9e2f
commit
22be806188
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
|
@ -9,15 +9,16 @@ This repo contains snippets for color schemes to use with [alacritty](https://gi
|
|||
|
||||
1. Clone the repo and give execute permissions to included scripts.
|
||||
|
||||
```sh
|
||||
# Latest version
|
||||
git clone --depth 1 https://github.com/dchakro/alacritty_colors.git
|
||||
# Full repo
|
||||
git clone https://github.com/dchakro/alacritty_colors.git
|
||||
|
||||
cd alacritty_colors
|
||||
chmod +x show_colors.sh apply_theme.sh
|
||||
```
|
||||
```shell
|
||||
# Latest version
|
||||
git clone --depth 1 https://github.com/dchakro/alacritty_colors.git
|
||||
|
||||
# or clone the complete repo
|
||||
git clone https://github.com/dchakro/alacritty_colors.git
|
||||
|
||||
cd alacritty_colors
|
||||
chmod +x show_colors.sh apply_theme.sh
|
||||
```
|
||||
|
||||
2. Enable `Live Config Reload` for alacritty if it is not enabled already by adding the followin line in your `~/.alacritty.yml`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue