aboutsummaryrefslogtreecommitdiff
path: root/workstation/build_workstation
blob: 1b45de8fdfafc7943845488069a4947c4f802f36 (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
#!/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 certbot \
		     --package bitwarden-cli \
		     --package xclip \
		     --package screen \
		     --package man-db \
		     workstation
)