Skip to content

Commit 88eda94

Browse files
committed
Update install instructions
1 parent 75f3305 commit 88eda94

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

INSTALL.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ If you are a git user, you can install the theme and keep up to date by cloning
88
git clone https://github.com/dracula/lsd.git
99
```
1010

11+
#### Install using [Homebrew](https://brew.sh)
12+
13+
Easily install from [dracula/homebrew-install](https://github.com/dracula/homebrew-install):
14+
15+
```sh
16+
brew tap dracula/install
17+
brew install --cask dracula-lsd
18+
```
19+
1120
#### Install manually
1221

1322
Download using the [GitHub `.zip` download option](https://github.com/dracula/lsd/archive/refs/heads/main.zip) and unzip them.
@@ -16,15 +25,15 @@ Download using the [GitHub `.zip` download option](https://github.com/dracula/ls
1625

1726
##### Mac or Linux
1827

19-
1. Create a theme folder in lsd `~/.config/lsd/themes/.yaml`;
20-
2. Place [dracula.zip](https://github.com/dracula/lsd/files/11517536/dracula.zip) in the theme folder;
21-
3. In the `config.yaml` change to:
28+
1. Ensure the [[`$XDG_CONFIG_HOME`](https://specifications.freedesktop.org/basedir-spec/latest)|`~/.config`]`/lsd` folder exists;
29+
2. Copy [`dracula.yaml`](https://github.com/dracula/lsd/blob/main/dracula.yaml) into this folder as [`colors.yaml`](https://github.com/lsd-rs/lsd#color-theme);
30+
3. In the [`config.yaml`](https://github.com/lsd-rs/lsd#config-file-content) ensure the `theme` property is set to:
2231

2332
```yaml
24-
theme: dracula
33+
theme: custom
2534
```
2635
27-
4. If there is no config file please feel free to use this one. [config.zip](https://github.com/dracula/lsd/files/11517553/config.zip)
36+
4. If there is no config file please feel free to use this one: [`config.yaml`](https://github.com/dracula/lsd/blob/main/config.yaml)
2837

2938
##### Windows
3039

@@ -38,4 +47,3 @@ theme: dracula
3847
```
3948

4049
5. If there is no config file please feel free to use this one. [config.zip](https://github.com/dracula/lsd/files/11517553/config.zip)
41-

0 commit comments

Comments
 (0)