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
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
lsblk
|
||||
echo
|
||||
read -P 'Device (/dev/vda2):' -l device
|
||||
read -P 'Device (/dev/vda1): ' -l device
|
||||
|
||||
if test -z "$device"
|
||||
set device /dev/vda2
|
||||
set device /dev/vda1
|
||||
end
|
||||
|
||||
mkfs.btrfs $device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue