Update install, INSTALL/4_desktop, INSTALL/8_big files

This commit is contained in:
zenobit 2020-08-23 02:22:08 +00:00
parent 964989e606
commit bcb532c486
3 changed files with 22 additions and 4 deletions

View File

@ -1,13 +1,23 @@
xorg-minimal
xorg-fonts
setxkbmap
xarchiver
xscreensaver
numlockx
lightdm-gtk-greeter-settings
lxtask
xdg-utils
polkit
picom
nitrogen
arc-theme
paper-gtk-theme
paper-icon-theme
--arc-theme
--paper-gtk-theme
--paper-icon-theme
plasma-workspace-wallpapers
octoxbps
pcmanfm
sakura
geany
geany-plugins
geany-plugins-extra
conky

View File

@ -2,3 +2,4 @@ firefox
chromium
steam
lutris
libreoffice

View File

@ -1,4 +1,7 @@
#! /bin/bash
#!/bin/bash
# Void Linux post-install script
echo "$(tput setaf 1) Starting Void Linux post-install script$(tput sgr 0)"
# Install packages
@ -29,6 +32,10 @@ modprobe kvm-amd
# make fish base shell
sudo usermod --shell /bin/fish zen
# čeština
echo cs_CZ.UTF-8 UTF-8 >> /etc/default/libc-locales
xbps-reconfigure -f glibc-locales
# creating bare repository
mkdir .void
cd .void