-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmachine.travis.yaml
53 lines (37 loc) · 926 Bytes
/
machine.travis.yaml
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
# -*- mode: yaml -*-
# vim:ts=2:sw=2:ai:si:syntax=yaml
---
# Do not fix permissions
user_home_fix_permissions: false
# Do not install Hazel automation tool
install_hazel: false
# Do not install Google Drive File Stream
install_gdfs: false
# Do not install Slack
install_slack: false
# Do not install Vagrant or VirtualBox
install_vagrant: false
# Install Hammerspoon automation tool
install_hammerspoon: true
# Install Docker
install_docker: false
# Install Packer
install_packer: true
# Install Certbot
install_certbot: true
# Install nmap
install_nmap: true
# Install Lua programming language
install_lua: true
# Do not install asdf-vm
install_asdf: false
# Install doctl with Homebrew
install_doctl: true
# Install Rust programming language
install_rust: true
# Do not install Ruby and rbenv
install_ruby: false
# Install Python
install_python: false
# Install Go programming language
install_golang: false