1
0
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:
bbedward
2025-09-08 15:53:15 -04:00
parent 9292e15419
commit 9c2e5561d7

View File

@@ -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
``` ```