Merge branch 'main' of https://git.snaile.de/luca/bootstrapper
This commit is contained in:
commit
feb6e445a4
3 changed files with 10 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
||||||
|
|
||||||
This script is meant to be run on a fresh install of void linux and will set up the system to my personal preferences.
|
This script is meant to be run on a fresh install of void linux and will set up the system to my personal preferences.
|
||||||
Please note that this script will add my custom XBPS repository and install packages from it.
|
Please note that this script will add my custom XBPS repository and install packages from it.
|
||||||
|
|
||||||
|
## Warnings
|
||||||
|
|
||||||
|
I use the dvorak keyboard layout, so many of the DWM keybinds may be unergonomic on a QWERTY layout.
|
||||||
|
The source code for my build of DWM is available [here](https://github.com/ssnailed/dwm) if you wish to make any configuration changes.
|
||||||
|
|
|
@ -75,5 +75,9 @@ tokyonight-theme
|
||||||
tokyonight-icons
|
tokyonight-icons
|
||||||
polkit
|
polkit
|
||||||
font-firacode-nf-ttf
|
font-firacode-nf-ttf
|
||||||
|
cups
|
||||||
|
cups-filters
|
||||||
|
system-config-printer
|
||||||
|
odt2txt
|
||||||
lowdown
|
lowdown
|
||||||
mpv
|
mpv
|
||||||
|
|
|
@ -6,3 +6,4 @@ crond
|
||||||
bluetoothd
|
bluetoothd
|
||||||
pcscd
|
pcscd
|
||||||
polkitd
|
polkitd
|
||||||
|
cupsd
|
||||||
|
|
Reference in a new issue