-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvmgr.conf
91 lines (83 loc) · 1.73 KB
/
envmgr.conf
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Array of all dotfiles, for example .bashrc
# Put them in array without leading dot. Directories is fine too
# All those arrays are used only one time (at initial deploy)
dotfiles=(
ackrc
bash_profile
bashrc
config/htop
config/mc
gemrc
gitconfig
gitignore_global
htoprc
mailcap
mutt
muttrc
screenrc
tigrc
tmux.conf
vim
vimrc
zshrc
)
# linux-only dotfiles
linuxenv=(
config/awesome
config/openbox
config/tint2
dircolors
gvimrc
toprc
Xdefaults
)
asdf_plugins=(
ruby
python
nodejs
golang
kubectl
)
helm_plugins=(
https://github.com/databus23/helm-diff
)
kubectl_plugins=(
access-matrix
gadget
)
#default packages to install with respective env
gems=(
pry
rubocop
puppet-lint
puppet
chef
solargraph
)
eggs=(
pip
ptpython
yapf
ansible
ansible-lint
pylint
mycli
pgcli
litecli
)
npms=(
npm
yarn
standard
jsonlint
prettydiff
)
gopkgs=(
github.com/cweill/gotests/gotests
github.com/fatih/gomodifytags
github.com/josharian/impl
github.com/haya14busa/goplay/cmd/goplay
github.com/go-delve/delve/cmd/dlv
honnef.co/go/tools/cmd/staticcheck
golang.org/x/tools/gopls
)