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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ For the Chef-based equivalent of it, see https://github.com/Zuehlke/linux-develo
19
19
20
20
These are the main tools included in this developer VM:
21
21
22
-
*...(add your tools here)
22
+
*[VSCode](https://code.visualstudio.com/) - as a general purpose (code) editor
23
23
24
24
Apart from the above, the following tools are used to set up and maintain this developer VM:
25
25
@@ -32,6 +32,8 @@ Apart from the above, the following tools are used to set up and maintain this d
32
32
Other tweaks and settings worth mentioning:
33
33
34
34
* places a `README.md` file on the Desktop to guide first time users after they logged in to the VM
35
+
* sets up `~/.bashrc.d` directory to ease management of bash initialization (e.g. for setting env vars)
36
+
* adds a Git `PS1` shell prompt and configures some useful aliases and settings in `~/.gitconfig`
35
37
* symlinks [`update-vm.sh`](scripts/update-vm.sh) to `/usr/local/bin/update-vm` so it's in the `$PATH` and can be used for updating the VM from the inside (see below)
0 commit comments