Skip to content

Commit

Permalink
Merge pull request #425 from staticdev/docs/update-references
Browse files Browse the repository at this point in the history
Update docs and version references
  • Loading branch information
staticdev committed Dec 1, 2023
2 parents 1b145d9 + 3386ddd commit cc486cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ The VM is created and provisioned with:
vagrant up
```

The default password for root in the VM is `vagrant`.
The default password for `root` in the VM is `vagrant`.

#### Enabling contrib / non-free / non-free-firmware

Keep in mind one maybe need extra steps to enable extra apt packages eg. to install `torbrowser-launcher` (from contrib) or `firmware-amd-graphics` (from non-free-firmware):

1. comment out provision part of `Vagrant`:
1. comment out provision part of `Vagrantfile`:

```
# Run playbook
Expand All @@ -105,6 +105,8 @@ Keep in mind one maybe need extra steps to enable extra apt packages eg. to inst
deb https://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
deb-src https://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
```

1. uncomment the provisioning part again on `Vagrantfile`
1. run `vagrant provision`

## How to submit changes
Expand Down
14 changes: 7 additions & 7 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ dotfiles_files:
# Development
## Go settings
golang_developer: true
golang_version: "1.20.5"
golang_version: "1.21.4"

## NodeJs settings
nodejs_developer: true
nodejs_version: "18.x"
nodejs_version: "20.x"

## Python settings
python_developer: true
pyenv_python_versions:
- 3.12.0
- 3.11.4
- 3.10.12
- 3.9.17
pyenv_global:
- 3.12.0
- 3.11.4
- 3.10.12
- 3.9.17
pyenv_virtualenvs: []

# IDEs
Expand Down Expand Up @@ -184,7 +184,7 @@ enable_screen_sharing: false
# extra installs
## cryptomator
install_cryptomator: false
cryptomator_version: 1.9.1
cryptomator_version: 1.11.0

install_keypass_xc: false
install_obs: false
Expand All @@ -194,8 +194,8 @@ install_signal: false
## openrgb
install_openrgb: false
# get from https://gitlab.com/CalcProgrammer1/OpenRGB/-/tags
openrgb_git_release: release_0.8
openrgb_deb_version: 0.8.0
openrgb_git_release: release_0.9
openrgb_deb_version: 0.9
openrgb_deb_architecture: amd64

# glob pattern to ansible task files to run after all other tasks are finished.
Expand Down

0 comments on commit cc486cc

Please sign in to comment.