index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-06 21:02:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 21:02:03 +0000 |
commit | 0c57871f3b3832e31c0c835a671064364c2e9575 (patch) | |
tree | 5fe159d12713f48af46d4c339b265f24d38f5858 /profiles/desktop_kde.json | |
parent | 067b31b1aa7f0111f164dfda486adbe565d6a1a9 (diff) | |
parent | f840f9e714d9f7d2fcb601c46079978f7a20df71 (diff) |
-rw-r--r-- | profiles/desktop_kde.json | 22 |
diff --git a/profiles/desktop_kde.json b/profiles/desktop_kde.json new file mode 100644 index 00000000..6a15bf30 --- /dev/null +++ b/profiles/desktop_kde.json @@ -0,0 +1,22 @@ +{ + "args" : { + "password" : "<STDIN>", + "_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring", + "_filebrowser" : "nemo gpicview-gtk3", + "_webbrowser" : "chromium", + "_window_manager" : "awesome", + "_keyboard_layout" : "sv-latin1", + "_virtulization" : "qemu ovmf", + "post" : "don't reboot" + }, + "post" : { + "Install workstation packages": { + "pacman -Syy --noconfirm openssh sshfs git {_webbrowser} {_mediaplayer} {_window_manager} {_virtulization} {_filebrowser} dhclient gnu-free-fonts ttf-liberation xorg-server xorg-xrandr xorg-xinit xterm nano wget pulseaudio pulseaudio-alsa pavucontrol smbclient cifs-utils xscreensaver" : {"pass-args" : true} + }, + "Setup loclization" : { + "sh -c \"echo 'setxkbmap se' >> /etc/X11/xinit/xinitrc\"" : null, + "sh -c \"echo 'KEYMAP={_keyboard_layout}\nFONT=lat9w-16' >> /etc/vconsole.conf\"" : {"pass-args" : true} + }, + "Configure desktop environment" : "kde" + } +} |