This repository was archived by the owner on Sep 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.yml
103 lines (91 loc) · 2 KB
/
all.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
100
101
102
103
---
install_homebrew_ctf: true
install_homebrew_cask_ctf: true
install_homebrew_cask_extra: true
install_homebrew_cask_vm: true
configure_dock: true
add_trusted_root_cert: true
## Preferred shell (also login shell)
preferred_shell: /usr/local/bin/bash
user: "{{ ansible_user_id }}"
home_directory: "/Users/{{ user }}"
downloads_directory: "{{ home_directory }}/.ansible/downloads"
## .gitconfig variables
# git config user.name
# gitconfig_name: "Bits For Everyone"
# git config user.email
# gitconfig_email: "[email protected]"
# GitHub Username
# gitconfig_user: "bitsforeveryone"
homebrew_taps:
- homebrew/cask-versions
homebrew_packages:
- zsh
- bash-completion
- byobu
- dark-mode # Control the macOS dark mode from the command-line
- dockutil # Tool for managing dock items
- gdb
- git
- git-lfs
- go
- ghi # Work on GitHub issues on the command-line
- grc # Colorize logfiles and command output
- htop
- httpie # User-friendly cURL replacement
- hub # Add GitHub support to git on the command-line
- lynx
- nmap
- openssh
- openssl
- openvpn
- p7zip
- pv # Monitor data's progress through a pipe
- python # this is python 3
- python@2 # should be installed already
- qemu
- readline # Library for command-line editing
- socat
- sqlite
- tree # Display directories as trees
- vim
- w3m
- wget
# - cowsay
homebrew_cask_apps:
- google-chrome
- iterm2
- slack
- spectacle
homebrew_cask_vm:
- docker
- virtualbox
- vmware-fusion
- vmware-remote-console
- vagrant
homebrew_cask_extra:
- dropbox
- firefox
- google-backup-and-sync
- lastpass
- microsoft-remote-desktop-beta
- powershell
- sublime-text
homebrew_packages_ctf:
- cutter
- fcrackzip
- foremost
- hexedit
- pngcheck
- pwntools
- radare2
- unicorn
homebrew_cask_ctf:
- idafree # IDA Pro free
- binary-ninja # Binary-ninja demo
pip_packages:
- numpy
- requests
- unicorn
gem_packages:
- zsteg