-
Notifications
You must be signed in to change notification settings - Fork 4
/
machine.yaml.example
59 lines (47 loc) · 1.24 KB
/
machine.yaml.example
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
# -*- mode: yaml -*-
# vim:ts=2:sw=2:ai:si:syntax=yaml
#
# Example configuration to customise local settings
---
# Use custom Go workspace directory
# golang_path: "go"
# Default Node.js version to install (NVM aliases supported)
# nvm_default_node_version: "lts/*"
# Make Python 2.7.15 default global version in pyenv
# pyenv_global: "2.7.15"
# Do not configure pyenv shell when using existing dotfiles
# pyenv_init_shell: false
# Install pyenv from package manager
# pyenv_install_from_package_manager: true
# Do not set up Cloud SDK shell when using existing dotfiles
# gcloud_setup_shell: false
# Install Lua programming language
# install_lua: true
# Do not install Node.js programming language
# install_nodejs: false
# Do not install Python programming language
# install_python: false
# Do not install Go programming language
# install_golang: false
# Install asdf-vm
# install_asdf: true
# Install asdf plugins
# asdf_plugins:
# - name: doctl
# versions:
# - "1.19.0"
# - name: kubectl
# versions:
# - "1.14.2"
# - name: helm
# versions:
# - "2.14.0"
# - name: concourse
# versions:
# - "5.2.0"
# - name: packer
# versions:
# - "1.4.1"
# - name: minikube
# versions:
# - "1.1.0"