updated config-files

This commit is contained in:
Luc Bijl 2023-02-04 20:38:12 +01:00
parent 004a528222
commit 7d4ecee555
11 changed files with 84 additions and 29 deletions

View file

@ -1,4 +1,4 @@
Void Linux (glibc/musl) += (encryption + gummiboot)
Void Linux (glibc) += (encryption + gummiboot)
Provisioning:
{
@ -65,11 +65,15 @@ Installation:
> rw rd.luks.name=
}
# lsblk -f |grep luks >> /boot/loader/void-options.conf
vim /boot/loader/void-options.conf:
# vim /boot/loader/void-options.conf:
{
> rw rd.luks.name=<uuid>=root root=/dev/mapper/root quiet splash apparmor=1 security=apparmor
}
vim /etc/default/libc-locales:
# vim /boot/loader/loader.conf:
{
> timeout 4
}
# vim /etc/default/libc-locales:
{
> en_US.UTF-8 UTF-8
}
@ -78,7 +82,11 @@ Installation:
{
> APPARMOR=enforce
}
# xbps-reconfigure -f linux{latest-version}
# vim /etc/hosts:
{
> 127.0.1.1 <hostname>
}
# xbps-reconfigure -f linux{version}
# exit
# umount -r /mnt
# reboot
@ -107,7 +115,7 @@ Post install:
> ignorepkg=sudo
}
# xbps-remove -y sudo
# xbps-install -y opendoas
# xbps-install -Sy opendoas
# ln -s /bin/doas /bin/sudo
# vim /etc/doas.conf:
{
@ -123,7 +131,7 @@ Post install:
{
> ignorepkg=linux
}
# xbps-install -y linux-lts linux-lts-headers
# xbps-install -Sy linux-lts linux-lts-headers
# reboot now
# xbps-remove -y linux-{version} linux{version}
}
@ -152,6 +160,12 @@ Post install:
Repos:
{
# xbps-install -Sy void-repo-multilib void-repo-nonfree void-repo-multilib-nonfree xtools git
# vim /etc/xbps.d/xbps.conf:
{
> repository=https://git.bijl.us/tastatur/xbps-ample/raw/branch/main/current
> repository=https://git.bijl.us/tastatur/xbps-ample/raw/branch/main/current/nonfree
}
# xbps-install -S
$ git clone https://github.com/void-linux/void-packages.git
$ voidpackages/./xbps-src binary-bootstrap -j(N-threads)
$ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
@ -162,6 +176,13 @@ Post install:
{
# xbps-install -Sy linux-firmware-amd vulkan-loader mesa-vulkan-radeon amdvlk xf86-video-amdgpu mesa-vaapi mesa-vdpau mesa-dri
}
Logging:
{
# xbps-install -Sy socklog-void
# ln -s /etc/sv/socklog-unix /var/service/
# ln -s /etc/sv/nanoklogd /var/service/
# svlogtail (to read logs or go to /var/log/socklog)
}
Session & login manager:
{
# xbps-install -Sy elogind sddm sddm-kcm seatd wayland xorg-minimal xorg-fonts qt5-wayland qt6-wayland xorg-server-xwayland
@ -178,13 +199,13 @@ Post install:
}
Window manager:
{
# xbps-install -Sy wayfire wcm dconf plata-theme
# xbps-install -Sy wayfire wf-shell wcm dconf dconf-editor plata-theme
$ cp void-desktop/config-files/wayfire/wayfire.ini .config/
# usermod -aG _seatd <user>
}
Display:
{
# xbps-install kanshi wlr-randr wdisplays wlsunset
# xbps-install -Sy kanshi wlr-randr wdisplays wlsunset
$ cp -r void-desktop/config-files/kanshi .config/
$ vim .config/wayfire.ini:
{
@ -194,7 +215,7 @@ Post install:
}
Taskbar:
{
# xbps-install waybar (potential fonts and icons)
# xbps-install -Sy Waybar fontmanager papirus-icon-theme fonts-roboto-ttf font-awesome noto-fonts-ttf noto-fonts-cjk
$ cp -r void-desktop/config-files/waybar .config/
$ vim .config/wayfire.ini:
{
@ -204,9 +225,10 @@ Post install:
}
Tasklauncher:
{
# xbps-install wofi wlogout
# xbps-install -Sy wofi wlogout
$ cp -r void-desktop/config-files/wofi .config/
$ cp -r void-desktop/config-files/wlogout .config/
# cp void-desktop/data/wlogout-icons/* /usr/share/wlogout/icons/
$ vim .config/wayfire.ini:
{
> [command]
@ -218,7 +240,7 @@ Post install:
}
Notifications:
{
# xbps-install mako
# xbps-install -Sy mako
$ cp -r void-desktop/config-files/mako .config/
$ vim .config/wayfire.ini:
{
@ -228,7 +250,24 @@ Post install:
}
Audio:
{
# xbps-install alsa-pipewire pipewire wireplumber pavucontrol pamixer
# mkdir /etc/pipewire
# cp /usr/share/pipewire/pipewire.conf /etc/pipewire/
# vim /etc/pipewire/pipewire.conf:
{
> context.exec = [
> { path = "/usr/bin/wireplumber" args = "" }
> { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf"}
>]
}
# mkdir -p /etc/alsa/conf.d
# ln -s /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d/
# ln -s /usr/share/alsa/alsa.conf.d/99-pipewire.conf /etc/alsa/conf.d/
$ vim .config/wayfire.ini:
{
> [autostart]
> audio = pipewire
}
}
Lockscreen:
{
@ -255,18 +294,21 @@ Post install:
}
Bluetooth:
{
# xbps-install bluez bluez-alsa libspa-bluetooth blueman
# ln -s /etc/sv/bluetoothd /var/service/
# touch /var/service/bluetoothd/down
# usermod -aG bluetooth <user>
}
Samba-mount:
{
# xbps-install cifs-utils
# xbps-install -Sy cifs-utils
$ vim $HOME/.smbpasswd:
{
> username=<username>
> password=<password>
> domain=<domain>
}
# chmod 644 $HOME/.smbpasswd
# chmod 600 $HOME/.smbpasswd
# vim /etc/fstab:
{
> //<domain>/<homefolder> $HOME/<smbfolder> cifs credentials=$HOME/.smbpasswd,_netdev,uid=<uid> 0 0
@ -274,6 +316,10 @@ Post install:
# mount -a
}
Steam:
{
# xbps-install steam wine winetricks protontricks
}
virt-manager:
{
}
@ -281,7 +327,7 @@ Post install:
{
default-applications:
{
# xbps-install -Sy firefox vscode foot thunar element-desktop mpv baobab gimp
# xbps-install -Sy firefox vscode foot thunar element-desktop mpv baobab gimp grim slurp libreoffice-base
}
foot-openssh:
{