mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
nixos readme blurb
This commit is contained in:
11
README.md
11
README.md
@@ -182,16 +182,19 @@ fc-cache -f
|
|||||||
paru -S dms-shell-git # Or dms-shell for latest tag
|
paru -S dms-shell-git # Or dms-shell for latest tag
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### nixOS available via flake
|
||||||
|
```bash
|
||||||
|
nix profile install github:AvengeMedia/DankMaterialShell
|
||||||
|
```
|
||||||
|
|
||||||
#### Manual install
|
#### Manual install
|
||||||
|
|
||||||
### Install the shell & cli
|
**1. Clone latest master**
|
||||||
|
|
||||||
1. Clone latest master
|
|
||||||
```bash
|
```bash
|
||||||
mkdir ~/.config/quickshell && git clone https://github.com/AvengeMedia/DankMaterialShell.git ~/.config/quickshell/dms
|
mkdir ~/.config/quickshell && git clone https://github.com/AvengeMedia/DankMaterialShell.git ~/.config/quickshell/dms
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install latest dms CLI
|
**2. Install latest dms CLI**
|
||||||
```bash
|
```bash
|
||||||
curl -L https://github.com/AvengeMedia/danklinux/releases/latest/download/dms-amd64.gz | gunzip | sudo tee /usr/local/bin/dms > /dev/null && sudo chmod +x /usr/local/bin/dms
|
curl -L https://github.com/AvengeMedia/danklinux/releases/latest/download/dms-amd64.gz | gunzip | sudo tee /usr/local/bin/dms > /dev/null && sudo chmod +x /usr/local/bin/dms
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user