-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy path_all_no_customization.yaml
89 lines (60 loc) · 1.84 KB
/
_all_no_customization.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
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
#########################################################################################
#
# Note that import order here is important, so rearranging import lists
# is *not* recommended.
#
#########################################################################################
- name: Configure machine for development work
hosts: 127.0.0.1
connection: local
##### Operating system packages and configuration
- import_playbook: core.yaml
##### Developer tools
# Visual Studio Code
- import_playbook: vscode/core.yaml
# bat
- import_playbook: bat/core.yaml
# Broot
- import_playbook: broot/core.yaml
# Docker
- import_playbook: docker/core.yaml
# .NET
- import_playbook: dotnet/core.yaml
# Flameshot
- import_playbook: flameshot/core.yaml
# git
- import_playbook: git/core.yaml
# golang
- import_playbook: golang/core.yaml
# Virtualization (QEMU/KVM)
- import_playbook: virtualization/core.yaml
# Mono (.NET Framework)
- import_playbook: mono/core.yaml
# NodeJS
- import_playbook: nodejs/core.yaml
# PowerShell Core
- import_playbook: powershell-core/core.yaml
# Python
- import_playbook: python/core.yaml
# Ruby
- import_playbook: ruby/core.yaml
# rust-lang
- import_playbook: rust-lang/core.yaml
##### Applications (free)
# Alacritty (high performance terminal application)
- import_playbook: alacritty/core.yaml
# Microsoft Edge
- import_playbook: edge/core.yaml
# Prettier version of ping w/ graphs
- import_playbook: prettyping/core.yaml
# RDP/X/VNC/SSH client
- import_playbook: remmina/core.yaml
# Slack desktop application
- import_playbook: slack/core.yaml
# VideoLan Client (primarily for codecs)
- import_playbook: vlc/core.yaml
##### Applications (commercial license required)
# Beyond Compare 4
- import_playbook: bc4/core.yaml
# Google Backup and Sync (compatible; using Insync on Linux)
- import_playbook: google-backup/core.yaml