Codeberg migration. First try.
This commit is contained in:
parent
29987d67a2
commit
42322f3ccc
3 changed files with 46 additions and 44 deletions
|
|
@ -1,24 +1,26 @@
|
|||
systemctl --user stop dms
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/xdg-desktop-portal/portals.conf | tee ~/.config/xdg-desktop-portal/portals.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/xsettingsd/xsettingsd.conf | tee ~/.config/xsettingsd/xsettingsd.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/gtk-3.0/settings.ini | tee ~/.config/gtk-3.0/settings.ini > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/gtk-3.0/gtk.css | tee ~/.config/gtk-3.0/gtk.css > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/gtk-4.0/settings.ini | tee ~/.config/gtk-4.0/settings.ini > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/gtk-4.0/gtk.css | tee ~/.config/gtk-4.0/gtk.css > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/xdg-desktop-portal/portals.conf | tee ~/.config/xdg-desktop-portal/portals.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/xsettingsd/xsettingsd.conf | tee ~/.config/xsettingsd/xsettingsd.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/gtk-3.0/settings.ini | tee ~/.config/gtk-3.0/settings.ini > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/gtk-3.0/gtk.css | tee ~/.config/gtk-3.0/gtk.css > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/gtk-4.0/settings.ini | tee ~/.config/gtk-4.0/settings.ini > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/gtk-4.0/gtk.css | tee ~/.config/gtk-4.0/gtk.css > /dev/null
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/MangoHud/MangoHud.conf | tee ~/.config/MangoHud/MangoHud.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/environment.d/env.conf | tee ~/.config/environment.d/env.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/etc/udev/rules.d/60-ioschedulers.rules | sudo tee /etc/udev/rules.d/60-ioschedulers.rules > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/etc/scx_loader/config.toml | sudo tee /etc/scx_loader/config.toml > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/MangoHud/MangoHud.conf | tee ~/.config/MangoHud/MangoHud.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/environment.d/env.conf | tee ~/.config/environment.d/env.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/udev/rules.d/60-ioschedulers.rules | sudo tee /etc/udev/rules.d/60-ioschedulers.rules > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/scx_loader/config.toml | sudo tee /etc/scx_loader/config.toml > /dev/null
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/etc/default/cpupower-service.conf | sudo tee /etc/default/cpupower-service.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/etc/systemd/resolved.conf.d/resolved.conf | sudo tee /etc/systemd/resolved.conf.d/resolved.conf > /dev/null
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/etc/hosts | sudo tee /etc/hosts > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/default/cpupower-service.conf | sudo tee /etc/default/cpupower-service.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/systemd/resolved.conf.d/resolved.conf | sudo tee /etc/systemd/resolved.conf.d/resolved.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/hosts | sudo tee /etc/hosts > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/sysctl.d/99-arch.conf | sudo tee /etc/sysctl.d/99-arch.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/etc/modules-load.d/modules.conf | sudo tee /etc/modules-load.d/modules.conf > /dev/null
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/user-tmpfiles.d/discord.conf | tee ~/.config/user-tmpfiles.d/discord.conf > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/user-tmpfiles.d/discord.conf | tee ~/.config/user-tmpfiles.d/discord.conf > /dev/null
|
||||
|
||||
curl -fsSL https://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/config/mimeapps.list | tee ~/.config/mimeapps.list > /dev/null
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/config/mimeapps.list | tee ~/.config/mimeapps.list > /dev/null
|
||||
|
||||
rm -r ~/.config/DankMaterialShell ~/.local/state/DankMaterialShell ~/.cache/DankMaterialShell ~/.config/niri/
|
||||
mkdir -p ~/.config/DankMaterialShell/
|
||||
|
|
@ -26,11 +28,11 @@ mkdir -p ~/.local/state/DankMaterialShell/
|
|||
mkdir -p ~/.cache/DankMaterialShell/
|
||||
mkdir -p ~/.config/niri/
|
||||
dms setup
|
||||
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://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://raw.githubusercontent.com/MAnitosik/cachy/refs/heads/main/local/state/DankMaterialShell/session.json | tee ~/.local/state/DankMaterialShell/session.json > /dev/null
|
||||
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/config/niri/config.kdl | tee ~/.config/niri/config.kdl > /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
|
||||
curl -fsSL https://codeberg.org/MAnitosik/dotfiles/raw/branch/main/local/state/DankMaterialShell/session.json | tee ~/.local/state/DankMaterialShell/session.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
|
||||
|
||||
sudo systemctl reboot
|
||||
|
|
|
|||
Loading…
Reference in a new issue