-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfigLang.conf
More file actions
38 lines (29 loc) · 787 Bytes
/
ConfigLang.conf
File metadata and controls
38 lines (29 loc) · 787 Bytes
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
30
31
32
33
34
35
36
37
38
\
description >
hello "quote" inside > blocks
# comment end
messy < EOF
indented
...then not
EOF
quote " with !|special<>() `[chars] and \nescape\"\tsequences"
env EDITOR emacs
env TERMINAL termite
alias ls | ls -h --color=auto
install ~/.config/termite/config | render | read termite/config
install ~/.config/git/ignore | read git/ignore
install ~/.mozilla/firefox/dev/user.js | concat \
text fetch https://github.com/ghacksuserjs/ghacks-user.js/raw/master/user.js
text const >
/* overrides ***/
indented
text render | read firefox/user.js
install ~/.config/tmux/plugins/tpm | clone https://github.com/tmux-plugins/tpm
def fib n | if \
cond lt n 2
then n
else add \
- fib | sub n 1
- fib | sub n 2
rest >
hello world