Watch
1
0
Fork
You've already forked dotfiles
0
This commit is contained in:
MAnitosik 2026-08-05 16:37:08 +03:00
commit 29987d67a2
29 changed files with 30601 additions and 0 deletions

20
scripts/dank.sh Normal file
View file

@ -0,0 +1,20 @@
# https://danklinux.com/docs/dankmaterialshell/cli-setup
# https://github.com/AvengeMedia/DankMaterialShell/blob/master/core/internal/config/embedded/niri.kdl
# https://github.com/zirconium-dev/zdots
# https://niri-wm.github.io/niri/
# https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland
# https://wiki.archlinux.org/title/Xsettingsd
# https://github.com/lassekongo83/adw-gtk3
# https://mangowm.github.io/docs/configuration/xdg-portals/
curl -fsSL https://install.danklinux.com | sh
dms setup
mkdir -p ~/.config/niri/
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/niri/config.kdl | tee ~/.config/niri/config.kdl > /dev/null
mkdir -p ~/.config/DankMaterialShell/
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/DankMaterialShell/settings.json | tee ~/.config/DankMaterialShell/settings.json > /dev/null
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/DankMaterialShell/clsettings.json | tee ~/.config/DankMaterialShell/clsettings.json > /dev/null
mkdir -p ~/.local/state/DankMaterialShell/
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/local/state/DankMaterialShell/session.json | tee ~/.local/state/DankMaterialShell/session.json > /dev/null
mkdir -p ~/.cache/DankMaterialShell/
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/cache/DankMaterialShell/cache.json | tee ~/.cache/DankMaterialShell/cache.json > /dev/null
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/cache/DankMaterialShell/dms-colors.json | tee ~/.cache/DankMaterialShell/dms-colors.json > /dev/null