Skip to content

Commit

Permalink
Merge pull request #347 from staticdev/deps/update-february-2023
Browse files Browse the repository at this point in the history
Update requirements Feb 2023
  • Loading branch information
staticdev committed Feb 18, 2023
2 parents a6e238a + a0eabaf commit 7d999c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dotfiles_files:
# Development
## Go settings
golang_developer: true
golang_version: "1.19"
golang_version: "1.20.1"

## NodeJs settings
nodejs_developer: true
Expand All @@ -24,15 +24,15 @@ nodejs_version: "18.x"
## Python settings
python_developer: true
pyenv_python_versions:
- 3.11.0
- 3.10.6
- 3.9.15
- 3.8.15
- 3.11.2
- 3.10.10
- 3.9.16
- 3.8.16
pyenv_global:
- 3.11.0
- 3.10.6
- 3.9.15
- 3.8.15
- 3.11.2
- 3.10.10
- 3.9.16
- 3.8.16
pyenv_virtualenvs: []

# IDEs
Expand Down Expand Up @@ -176,7 +176,7 @@ enable_screen_sharing: false
# extra installs
## cryptomator
install_cryptomator: false
cryptomator_version: 1.6.15
cryptomator_version: 1.6.17

install_keypass_xc: false
install_obs: false
Expand Down
8 changes: 4 additions & 4 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ roles:
- name: gantsign.visual-studio-code
version: 6.10.0
- name: geerlingguy.docker
version: 6.0.4
version: 6.1.0
- name: geerlingguy.dotfiles
version: 1.2.1
- name: geerlingguy.nodejs
version: 6.1.1
- name: green_leader.codium
version: 1.0.4
- name: robertdebock.obsproject
version: 2.0.5
version: 2.0.6
- name: staticdev.brave
version: 1.1.2
- name: staticdev.firefox
version: 1.2.2
version: 1.2.3
- name: staticdev.python_developer
version: 2.2.0
version: 2.2.1
- name: staticdev.signal
version: 1.4.2
- name: stefangweichinger.ansible_rclone
Expand Down

0 comments on commit 7d999c8

Please sign in to comment.