Update README

This commit is contained in:
SALVI Jérémie
2024-08-15 18:15:07 +02:00
parent d02841fd19
commit 905f631817
3 changed files with 35 additions and 31 deletions

View File

@@ -15,6 +15,10 @@ This scripts need to be launched as root
- Change DISK variable to the install.sh script with your favourite editor.
- Launch script
```
/usr/local/share/dotfiles/install.sh
```
## 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) :
@@ -22,7 +26,8 @@ You can share filesystem from host to guest (https://wiki.archlinux.org/title/Li
Share scripts :
```
mount -t 9p scripts /opt
mkdir -p /usr/local/share/dotfiles
mount -t 9p scripts /usr/local/share/dotfiles
```
Share pacman cache :
@@ -33,4 +38,7 @@ mount -t 9p pkgs /var/cache/pacman/pkg
## Arch configuration
git with output to /usr/local/hsare/dotfiles
```
git git clone https://git.unixyourbrain.org/beastie/arch-custom.git /usr/local/share/dotfiles
/usr/local/share/dotfiles/configure.sh
```