forked from superlumic/superlumic-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdresnick.yml
99 lines (98 loc) · 2.13 KB
/
dresnick.yml
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
92
93
94
95
96
97
98
99
---
- hosts: localhost
connection: local
vars:
homebrew_taps:
- github/gh
- hashicorp/tap
- homebrew/cask
- homebrew/cask-fonts
- homebrew/core
- homebrew/services
- kudulab/dojo-osx
# - rhyeal/aws-rotate-iam-keys
# - salesforce/policy_sentry
homebrew_installed_packages:
- asciidoc
- autossh
# - rhyeal/aws-rotate-iam-keys/aws-rotate-iam-keys
- bash
- brew-cask-completion
- dos2unix
- folly
- fortune
- fswatch
- fzf
- gh
- git
- git-delta
- git-gui
- gradle
- graphviz
- grep
- helm
- highlight
- id3v2
- jq
- iproute2mac
- kubectx
- lastpass-cli
- maven
- oath-toolkit
- opencv
- openssh
# - salesforce/policy_sentry/policy_sentry
- pstree
- pyenv-virtualenv
- ripgrep
- shellcheck
- socat
- telnet
- terraform
- tflint
- the_silver_searcher
- tmux
- tree
- watch
- wget
- youtube-dl
- yq
- zlib
- zsh
homebrew_cask_apps:
- aerial
- android-file-transfer
- atom
- balance-lock
- balenaetcher
- daisydisk
- disk-inventory-x
- docker
- font-fira-code
- gpg-suite-no-mail
- iterm2
- lastpass
- meld
- postman
- pycharm
- rectangle
- skitch
- spectacle
- studio-3t
- sweet-home3d
- visual-studio-code
- vlc
- whatsapp
folder_in_path: ~/bin
roles:
# - { role: zsh, tags: zsh }
# - { role: osx-defaults, tags: osx-defaults }
# - { role: iterm2, tags: iterm2 }
# - { role: scheduled-pmset, tags: scheduled-pmset }
- { role: python, tags: python }
# - { role: various, tags: various }
# - { role: amazon-ecr-credential-helper, tags: amazon-ecr-credential-helper }
# - { role: atom-config, tags: atom-config }
# - { role: screensaver, tags: screensaver }
# - { role: minikube, tags: minikube }
# - { role: superlumic-role-implisit-dev, tags: implisit-dev }