Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies Jun 2023 #380

Merged
merged 1 commit into from
Jun 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Features

- Development: [Golang], [NodeJs] and [Python tools].
- IDEs: [VSCodium], [Pycharm] and [VSCode] installation.
- IDEs: [VSCodium] and [Pycharm] installation.
- Browsers: [Firefox] configuration and [Brave] installation.
- Packages intallation: apt, snap, pip, npm, ruby gems.
- Replaces [LibreOffice] with [OnlyOffice].
Expand Down Expand Up @@ -176,5 +176,4 @@ This project was inspired by [@geerlingguy]'s [Mac Development Ansible Playbook]
[python tools]: https://github.com/staticdev/ansible-role-python-developer
[rclone]: https://rclone.org/
[signal]: https://signal.org
[vscode]: https://code.visualstudio.com/
[vscodium]: https://vscodium.com/
18 changes: 8 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.20.1"
golang_version: "1.20.5"

## NodeJs settings
nodejs_developer: true
Expand All @@ -24,15 +24,13 @@ nodejs_version: "18.x"
## Python settings
python_developer: true
pyenv_python_versions:
- 3.11.2
- 3.10.10
- 3.9.16
- 3.8.16
- 3.11.4
- 3.10.12
- 3.9.17
pyenv_global:
- 3.11.2
- 3.10.10
- 3.9.16
- 3.8.16
- 3.11.4
- 3.10.12
- 3.9.17
pyenv_virtualenvs: []

# IDEs
Expand Down Expand Up @@ -172,7 +170,7 @@ enable_screen_sharing: false
# extra installs
## cryptomator
install_cryptomator: false
cryptomator_version: 1.6.17
cryptomator_version: 1.9.1

install_keypass_xc: false
install_obs: false
Expand Down
12 changes: 6 additions & 6 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
roles:
- name: gantsign.golang
version: 3.1.3
version: 3.1.5
- name: geerlingguy.docker
version: 6.1.0
- name: geerlingguy.dotfiles
Expand All @@ -11,15 +11,15 @@ roles:
- name: green_leader.codium
version: 1.0.4
- name: robertdebock.obsproject
version: 2.0.6
version: 2.0.7
- name: staticdev.brave
version: 1.2.1
- name: staticdev.firefox
version: 1.3.0
- name: staticdev.firefox
version: 2.0.0
- name: staticdev.python_developer
version: 2.3.1
version: 2.4.0
- name: staticdev.signal
version: 1.5.0
version: 1.6.0
- name: stefangweichinger.ansible_rclone
version: 0.1.2

Expand Down