-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.js
54 lines (54 loc) · 1.2 KB
/
config.js
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module.exports = {
brewtap: [
'blacknon/lssh',
'derailed/k9s',
],
brew: [
'bat', // alternative to `cat`: https://github.com/sharkdp/bat
'coreutils', // upgrade grep so we can get things like inverted match (-v)
'grep --with-default-names',
'vim --with-client-server --with-override-system-vi',
'lsd', //https://github.com/Peltoche/lsd
'autojump', //https://github.com/wting/autojump
'sourcetree',
'adr-tools', //https://github.com/npryce/adr-tools
'k9s', //https://github.com/derailed/k9s
'kubectx',
'yarn',
'kind',
'skaffold', //https://skaffold.dev/docs/,
'asciinema',
'minikube',
'lssh',
'entr',
'graphviz',
'hub',
'tree',
'hadolint' //https://github.com/hadolint/hadolint
'cowsay',
'fortune',
'gnebbia/kb/kb',
'dust',
'bit' //https://github.com/chriswalz/bit
],
cask: [
'docker',
'evernote',
'iterm2',
'visual-studio-code',
'dropbox',
'slack',
'dotnet',
'clipy',
'alfred'
],
gem: [
'mdless'
],
npm: [
'prettyjson',
'buzzphrase',
'vtop',
'tldr' //https://tldr.sh/
]
};