renovate-bot 919d31159b chore(deps): update dependency node to v22.8.0 (#63)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | minor | `22.7.0` -> `22.8.0` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4zOS42IiwidXBkYXRlZEluVmVyIjoiMzguMzkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #63
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2024-09-03 14:06:25 +00:00
2024-03-28 00:18:20 +00:00
2024-05-31 14:31:43 +00:00
2023-10-26 00:43:04 +00:00

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 it
  • starship: this is what makes my shell beautiful
  • zoxide: change between directories has never been easier
  • eza: just to make ls informative and interesting
  • bat: a better cat
  • ripgrep: a better grep
  • 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
  • tmuxp: to manage my different sessions

programming languages

In my day-to-day I use:

  • elixir
  • python
    • with poetry handling dependencies, whenever is possible
  • javascript + node
Description
Base ide configuration
Readme 1.3 MiB
Languages
Lua 35.2%
Dockerfile 33.9%
Shell 26.8%
Makefile 4.1%