summaryrefslogtreecommitdiff
path: root/samizdat
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-06-19 12:03:35 -0400
committerAndrew Cady <d@jerkface.net>2019-06-19 12:03:35 -0400
commit67553d3fb69b4af520a819ecf390dd943eb5880f (patch)
tree7e8cc4546550d3836e76f3a1938e8ddd69fdeba8 /samizdat
parente5fc609586b56ab41c494d0c76757cc071c712a8 (diff)
support for skel-files
Diffstat (limited to 'samizdat')
-rw-r--r--samizdat/samizdat-wip.yaml4
-rw-r--r--samizdat/samizdat.yaml39
2 files changed, 38 insertions, 5 deletions
diff --git a/samizdat/samizdat-wip.yaml b/samizdat/samizdat-wip.yaml
index 0e506c8..f331a7f 100644
--- a/samizdat/samizdat-wip.yaml
+++ b/samizdat/samizdat-wip.yaml
@@ -5,11 +5,11 @@ packages:
5- cron 5- cron
6- sshfs 6- sshfs
7- emacs25 7- emacs25
8- gpm
9- parted
8binaries: 10binaries:
9- kiki 11- kiki
10- cokiki 12- cokiki
11- stack 13- stack
12- dhtd 14- dhtd
13- dht 15- dht
14chroot-commands:
15- "useradd u -G sudo -m -p '' -s /bin/bash"
diff --git a/samizdat/samizdat.yaml b/samizdat/samizdat.yaml
index dae433a..14fc9d8 100644
--- a/samizdat/samizdat.yaml
+++ b/samizdat/samizdat.yaml
@@ -1,5 +1,38 @@
1parent: samizdat-wip 1parent: samizdat-wip
2packages: 2packages: []
3- gpm
4binaries: [] 3binaries: []
5chroot-commands: [] 4skel-files:
5- '.bashrc'
6- '.config/git/ignore'
7- '.gitconfig' # This embeds my email address so not really suitable
8 # permanently.
9- '.spacemacs'
10- '.tmux.conf'
11- '.tmux.stage2.conf'
12- '.vimrc'
13- '.xbindkeysrc'
14- '.xinitrc'
15- '.Xresources'
16
17# dev tools
18- '.local/bin/stack'
19- '.local/bin/rustup'
20
21# keymap control/recue
22- '.local/bin/asdf'
23- '.local/bin/aoeu'
24- '.local/bin/ASDF'
25- '.local/bin/dvorak'
26- '.local/bin/qwer'
27- '.local/bin/асдф'
28
29# misc. programs/scripts I wrote
30- '.local/bin/google'
31- '.local/bin/jack-plumbing'
32- '.local/bin/musopen'
33- '.local/bin/record'
34- '.local/bin/sliceweasel'
35- '.local/bin/axis'
36
37chroot-commands:
38- "useradd u -G sudo -m -p '' -s /bin/bash"