fb818c35e62958889d94d50dd352601a9bb20548
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aqua:aws/aws-cli](https://github.com/aws/aws-cli) | patch | `2.28.6` -> `2.28.11` | --- ### Release Notes <details> <summary>aws/aws-cli (aqua:aws/aws-cli)</summary> ### [`v2.28.11`](https://github.com/aws/aws-cli/compare/2.28.10...2.28.11) [Compare Source](https://github.com/aws/aws-cli/compare/2.28.10...2.28.11) ### [`v2.28.10`](https://github.com/aws/aws-cli/compare/2.28.9...2.28.10) [Compare Source](https://github.com/aws/aws-cli/compare/2.28.9...2.28.10) ### [`v2.28.9`](https://github.com/aws/aws-cli/compare/2.28.8...2.28.9) [Compare Source](https://github.com/aws/aws-cli/compare/2.28.8...2.28.9) ### [`v2.28.8`](https://github.com/aws/aws-cli/compare/2.28.7...2.28.8) [Compare Source](https://github.com/aws/aws-cli/compare/2.28.7...2.28.8) ### [`v2.28.7`](https://github.com/aws/aws-cli/compare/2.28.6...2.28.7) [Compare Source](https://github.com/aws/aws-cli/compare/2.28.6...2.28.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #300 Co-authored-by: renovate-bot <renovate-bot@dubas.dev> Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
ide
This is my personal development environment (PDE) based on fish
, neovim
, mise
and docker
.
programs
docker
All my workflow revolves around running containers for my services. So, for now, I'm still using docker
and their extensions, mainly, compose
to define those services.
kubernetes
I still need to learn a lot about it, but to make navigation between contexts and namespaces easier, I'm using kubie
.
In the near future I want to experiment with k3d
and tilt
to make simulations about my system environment easier to reproduce locally, and the transition to production smoother.
terminal
For the terminal, that's the place were I spent most of time, the following is used:
fish
: there is nothing fancy about itstarship
: this is what makes my shell beautifulzoxide
: change between directories has never been easiereza
: just to makels
informative and interestingbat
: a bettercat
ripgrep
: a bettergrep
tmux
: handling multiple panes, windows, and sessions is a must in my workflow- among the aspects to improve, one that is on my sight is the integration with
neovim
- among the aspects to improve, one that is on my sight is the integration with
tmuxp
: to manage my different sessions- I still want to give a try to
tmux-resurrect
andtmux-continuum
- I still want to give a try to
programming languages
In my day-to-day I use:
elixir
python
- with
poetry
handling dependencies, whenever is possible
- with
javascript
+node
Description
Languages
Lua
54.5%
Dockerfile
25.8%
Shell
14.6%
Makefile
5.1%