reimplement config dotfiles with templates

This commit is contained in:
SALVI Jérémie
2024-08-15 17:56:06 +02:00
parent 9ae4fdb609
commit d02841fd19
49 changed files with 2451 additions and 219 deletions

View File

@@ -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