You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-70Lines changed: 1 addition & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,10 @@ Cookbook that contains recipes for dev tools, like vscode, chrome, openjdk ...
12
12
13
13
### Chef
14
14
15
-
- Chef 13.0+
16
-
17
-
### Cookbook Depdendencies
18
-
19
-
-[sc_vscode][sc_vscode_url]
15
+
- Chef 15.3+
20
16
21
17
## Tools
22
18
-[Google Chrome][chrome_url]
23
-
-[Visual Studio Code][vscode_url]
24
19
-[gnome-terminal][gnome-terminal_url]
25
20
26
21
## Usage
@@ -47,12 +42,6 @@ Add the tools cookbook to your runlist, e.g. in a role:
47
42
Note that the default recipe is a No-Op, so you need to add the tools you want. This cookbook is moving to resources and most recipes are only
48
43
shortcuts for those resources so the preferred way is to create a wrapper cookbook and just resources since it is more flexible and stable that way.
49
44
50
-
### Attributes
51
-
52
-
#### resolver
53
-
-`['codenamephp']['dev']['vscode']['extensions']` Is a hashmap with the usernames as keys and the extensions for each users as array. Defaults to `{}` so no extensions are installed. This is now deprecated. Build a wrapper cookbook and use the resources
@@ -98,58 +87,6 @@ codenamephp_dev_chrome 'install chrome' do
98
87
action :remove
99
88
end
100
89
```
101
-
102
-
### VisualStudio Code
103
-
The `codenamephp_dev_vscode` resource installs or uninstalls the [VisualStudio Code][vscode_url] IDE and extensions. The IDE and extensions are installed by the
104
-
`codenamephp_dev_vscode_extensions` resource. Both are extensions to the resources in the [sc_vscode Cookbook by Sous Chefs][sc_vscode_url].
105
-
106
-
#### Actions
107
-
-`:install`: Adds the apt repository and installs the IDE via apt
108
-
-`:uninstall`: Removes IDE package via apt
109
-
110
-
#### Properties
111
-
-`users_extensions`: Hash with the users as keys and an array of extension names as strings as values that will be installed
The `codenamephp_dev_vscode_extensions` resource installs or uninstalls extensions for the [VisualStudio Code][vscode_url] IDE. It's an extension to the resource in the [sc_vscode Cookbook by Sous Chefs][sc_vscode_url].
131
-
132
-
#### Actions
133
-
-`:install`: Installs the given extensions for the given users
134
-
-`:uninstall`: removes the given extensions for the given users
135
-
136
-
#### Properties
137
-
-`users_extensions`: Hash with the users as keys and an array of extension names as strings as values that will be uninstalled
The recipes are just shortcuts for simple use cases so the tools can be installed e.g. with the chef server gui. For more complex use cases the resources
155
92
should be used.
@@ -166,18 +103,12 @@ Just installs the gnome-terminal from package.
166
103
### Unzip
167
104
Just installs unzip from package (no gui client is installed)
168
105
169
-
### VSCode
170
-
Installs [VSCode][vscode_url] from package using the [Sous Chefs vscode cookbook][sc_vscode_url]. Extensions can also be installed by giving the users and extensions
171
-
as hashmap in the attributes.
172
-
173
106
### Jetbrains Toolbox
174
107
The `jetbrains_toolbox` recipe installs the jetbrains toolbox to a shared location and adds an X-Server startup script so it will be installed for each user on first
0 commit comments