mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
feat: update niri config for VM, add cachyos repo script
- Update niri output config for Virtual-1 display - Add cachyos repository installation script - Fix btrfs device path from vda2 to vda1 - Configure sudo-rs with symbolic links - Comment out polkit agent and swayidle spawns
This commit is contained in:
parent
9b64299c45
commit
fddae3ba36
5 changed files with 29 additions and 9 deletions
9
cachyos_repo
Executable file
9
cachyos_repo
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env fish
|
||||
curl https://mirror.cachyos.org/cachyos-repo.tar.xz -o cachyos-repo.tar.xz
|
||||
and tar xvf cachyos-repo.tar.xz
|
||||
and cd cachyos-repo/
|
||||
and sudo ./cachyos-repo.sh
|
||||
and sudo pacman -S --noconfirm cachyos-rate-mirrors
|
||||
and sudo cachyos-rate-mirrors
|
||||
and sudo pacman -Syuu --noconfirm
|
||||
and sudo pacman -S linux-cachyos linux-cachyos-headers
|
||||
Loading…
Add table
Add a link
Reference in a new issue