aboutsummaryrefslogtreecommitdiff
path: root/workstation/build_workstation
blob: be699c3a83630ae1349f559750b824c5660edb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh

set -ue

(
	cd arch-container-builder/
	./builder.py \
		     --package ansible \
		     --package kubectl \
		     --package emacs-nox \
		     --package puppet \
		     --package sshpass \
		     --package git \
		     --package rust \
		     --package ipython \
		     --package python-pip \
		     --package python-pipx \
		     --package python-poetry \
		     --package python-jmespath \
		     --package python-kubernetes \
		     --package certbot \
		     --package bitwarden-cli \
		     --package xclip \
		     --package screen \
		     --package man-db \
		     --aur-package mu \
		     --aur-package talosctl \
		     workstation
)