Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-13 22:38:10 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-13 22:38:10 +0000
commit3acea5530365dc2f5a4b665a3bd8b8c10dc8060a (patch)
treef1cf7d90516708653db989b47a51f493025597fa
parent7e1f2dc8ff5017e5e85e1ffa8a17b81089ec3729 (diff)
parent01cb7da8a3377025e7b5479d956a10feb64bc3cb (diff)
Merged in experimental who accedentally got our changes to workstation_aur
-rw-r--r--deployments/workstation_aur.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployments/workstation_aur.json b/deployments/workstation_aur.json
index 5cc59515..f64a794f 100644
--- a/deployments/workstation_aur.json
+++ b/deployments/workstation_aur.json
@@ -9,6 +9,7 @@
"_mediaplayer" : "lollypop gstreamer gst-plugins-good gnome-keyring",
"_filebrowser" : "nemo gpicview-gtk3",
"_webbrowser" : "chromium",
+ "_code_editor" : "sublime-text-dev",
"_window_manager" : "awesome",
"_window_manager_dependencies" : "xorg-server xorg-xrandr xorg-xinit xterm",
"_window_manager_utilities" : "feh slock xscreensaver terminus-font-otb gnu-free-fonts ttf-liberation xsel",
@@ -21,6 +22,9 @@
"Install workstation packages": {
"pacman -Syy --noconfirm {_webbrowser} {_utils} {_mediaplayer} {_window_manager} {_window_manager_dependencies} {_window_manager_utilities} {_virtulization} {_filebrowser} {_editor}" : {"pass-args" : true}
},
+ "Install aur packages" : {
+ "yay -Syy --noconfirm {_code_editor}" : {"pass-args" : true}
+ },
"Setup virtulization" : {
"sh -c \"Description=\\\"Bridge for virtual machines\\\"\nInterface=br0\nConnection=bridge\nBindsToInterfaces=(eno1)\nIP=no\nExecUpPost=\\\"ip link set dev br0 address $(cat /sys/class/net/eno1/address); IP=dhcp; ip_set\\\"\nExecDownPre=\\\"IP=dhcp\\\"\n\n## Ignore (R)STP and immediately activate the bridge\nSkipForwardingDelay=yes\"" : null
},