1
0
Fork 0

README.md: update

main
urosm 2024-09-13 20:38:39 +02:00
parent d241ff8472
commit 61680a7e93
1 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,6 @@
# dot
This repo tracks user and system configuration files, installed packages
and initial command history for setting-up a desktop environment running Debian
testing/unstable with `sway`, `foot`, `fuzzel` and `neovim`.
This repo tracks user and system configuration files, installed packages and initial command history for setting-up a desktop environment running Debian testing/unstable with `sway`, `foot`, `fuzzel` and `vis`.
## bootstrap the dotfiles
@ -33,9 +31,11 @@ sudo apt install git
sudo apt install udevil
sudo apt install jq
sudo apt install tlp
sudo apt install neovim wl-clipboard
sudo apt install vis
sudo apt install rsync
# install desktop packages
sudo apt install sway swayidle swaylock
sudo apt install wl-clipboard
sudo apt install fuzzel
sudo apt install brightnessctl wlsunset grim
sudo apt install mako-notifier libnotify-bin
@ -52,8 +52,6 @@ sudo apt install aspell-sl hunspell-sl hyphen-sl mythes-sl
sudo apt install mpv
sudo apt install zathura
sudo apt install inkscape
sudo apt install blender
sudo apt install scribus
# install rdp packages
sudo apt install remmina
# install printing and scanning packages
@ -68,3 +66,11 @@ sudo apt install pandoc
# install pdf processing packages
#sudo apt install qpdf ocrmypdf
```
## using systemd-nspawn
```
sudo apt install systemd-container debootstrap
sudo debootstrap --include=systemd,dbus,libnss-systemd,sudo testing /var/lib/machines/<machine-name>
machinectl start <machine-name>
```