You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@ If you are a git user, you can install the theme and keep up to date by cloning
8
8
git clone https://github.com/dracula/lsd.git
9
9
```
10
10
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
+
11
20
#### Install manually
12
21
13
22
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
16
25
17
26
##### Mac or Linux
18
27
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:
22
31
23
32
```yaml
24
-
theme: dracula
33
+
theme: custom
25
34
```
26
35
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)
28
37
29
38
##### Windows
30
39
@@ -38,4 +47,3 @@ theme: dracula
38
47
```
39
48
40
49
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)
0 commit comments