Skip to content

Commit 0c6d3b6

Browse files
committed
update README
1 parent 87bfd38 commit 0c6d3b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the Chef-based equivalent of it, see https://github.com/Zuehlke/linux-develo
1919

2020
These are the main tools included in this developer VM:
2121

22-
* ...(add your tools here)
22+
* [VSCode](https://code.visualstudio.com/) - as a general purpose (code) editor
2323

2424
Apart from the above, the following tools are used to set up and maintain this developer VM:
2525

@@ -32,6 +32,8 @@ Apart from the above, the following tools are used to set up and maintain this d
3232
Other tweaks and settings worth mentioning:
3333

3434
* 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`
3537
* 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)
3638

3739

0 commit comments

Comments
 (0)