reimplement config dotfiles with templates
This commit is contained in:
29
README.md
29
README.md
@@ -8,6 +8,29 @@ Arch will be installed on the same disk with btrfs suvolumes for partitions
|
||||
|
||||
## Post installation
|
||||
|
||||
https://aur.archlinux.org/packages/paru
|
||||
This scripts works with paru.
|
||||
This scripts need to be launched as root
|
||||
This scripts need to be launched as root
|
||||
|
||||
## Arch installation
|
||||
|
||||
- Change DISK variable to the install.sh script with your favourite editor.
|
||||
- Launch script
|
||||
|
||||
## For testing purpose (kvm only)
|
||||
|
||||
You can share filesystem from host to guest (https://wiki.archlinux.org/title/Libvirt#Sharing_data_between_host_and_guest) :
|
||||
|
||||
Share scripts :
|
||||
|
||||
```
|
||||
mount -t 9p scripts /opt
|
||||
```
|
||||
|
||||
Share pacman cache :
|
||||
|
||||
```
|
||||
mount -t 9p pkgs /var/cache/pacman/pkg
|
||||
```
|
||||
|
||||
## Arch configuration
|
||||
|
||||
git with output to /usr/local/hsare/dotfiles
|
||||
Reference in New Issue
Block a user