Watch
1
0
Fork
You've already forked dotfiles
0

Codeberg migration. First try.

This commit is contained in:
MAnitosik 2026-08-05 17:24:44 +03:00
commit 42322f3ccc
3 changed files with 46 additions and 44 deletions

View file

@ -9,12 +9,12 @@
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
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://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
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://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/local/state/DankMaterialShell/session.json | tee ~/.local/state/DankMaterialShell/session.json > /dev/null
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://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
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