Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/scripts/dank.sh

20 lines
1.6 KiB
Shell

# 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://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/niri/config.kdl | tee ~/.config/niri/config.kdl > /dev/null
mkdir -p ~/.config/DankMaterialShell/
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/DankMaterialShell/settings.json | tee ~/.config/DankMaterialShell/settings.json > /dev/null
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/DankMaterialShell/clsettings.json | tee ~/.config/DankMaterialShell/clsettings.json > /dev/null
mkdir -p ~/.local/state/DankMaterialShell/
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/local/state/DankMaterialShell/session.json | tee ~/.local/state/DankMaterialShell/session.json > /dev/null
mkdir -p ~/.cache/DankMaterialShell/
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/cache/DankMaterialShell/cache.json | tee ~/.cache/DankMaterialShell/cache.json > /dev/null
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/cache/DankMaterialShell/dms-colors.json | tee ~/.cache/DankMaterialShell/dms-colors.json > /dev/null