summaryrefslogtreecommitdiff
path: root/sets.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sets.lua')
-rw-r--r--sets.lua74
1 files changed, 74 insertions, 0 deletions
diff --git a/sets.lua b/sets.lua
new file mode 100644
index 00000000..dabf17a9
--- /dev/null
+++ b/sets.lua
@@ -0,0 +1,74 @@
+return {
+ core={
+ 'awk',
+ 'bc',
+ 'bzip2',
+ 'curl',
+ 'e2fsprogs',
+ 'git',
+ 'iproute2',
+ 'kbd',
+ 'libressl',
+ 'loksh',
+ 'lua',
+ 'mandoc',
+ 'openbsd',
+ 'openntpd',
+ 'openssh',
+ 'perp',
+ 'pigz',
+ 'plan9port',
+ 'samurai',
+ 'sbase',
+ 'scron',
+ 'sdhcp',
+ 'sinit',
+ 'skeleton',
+ 'tz',
+ 'ubase',
+ 'util-linux',
+ 'xz',
+ },
+ extra={
+ 'file',
+ 'less',
+ 'libfuse',
+ 'ncurses',
+ 'the_silver_searcher',
+ 'unzip',
+ 'vis',
+ },
+ devel={
+ 'make',
+ 'qbe',
+ 'nasm',
+ 'scc',
+ 'strace',
+ 'mc',
+ 'man-pages-posix',
+ },
+ media={
+ 'alsa-utils',
+ 'ffmpeg',
+ 'mpv',
+ 'youtube-dl',
+ },
+ net={
+ 'hostap',
+ 'ii',
+ 'msmtp',
+ 'nginx',
+ 'sshfs',
+ 'transmission',
+ },
+ desktop={
+ 'adobe-source-fonts',
+ 'dmenu',
+ 'netsurf',
+ 'st',
+ 'swc',
+ 'terminus-font',
+ 'velox',
+ 'xkeyboard-config',
+ },
+}