{"id":20246992,"url":"https://github.com/oleksis/toolbox","last_synced_at":"2025-12-01T11:03:01.635Z","repository":{"id":213173009,"uuid":"733164327","full_name":"oleksis/toolbox","owner":"oleksis","description":"🧰 Developers Toolbox","archived":false,"fork":false,"pushed_at":"2024-04-05T12:04:31.000Z","size":209,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T15:47:53.210Z","etag":null,"topics":["bash","codespaces","developer-tools","development-environment","oh-my-posh","profile","pyenv","python3","toolbox"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oleksis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-18T17:49:45.000Z","updated_at":"2024-12-22T06:46:38.000Z","dependencies_parsed_at":"2023-12-19T04:16:36.764Z","dependency_job_id":"936f6f5c-18da-4efc-b61c-9abb7c17a3c8","html_url":"https://github.com/oleksis/toolbox","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"cc5e55870c340e84b06132f2123c490845dd3e36"},"previous_names":["oleksis/toolbox"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/oleksis/toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Ftoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Ftoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Ftoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Ftoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleksis","download_url":"https://codeload.github.com/oleksis/toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Ftoolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27428627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-01T02:00:06.371Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","codespaces","developer-tools","development-environment","oh-my-posh","profile","pyenv","python3","toolbox"],"created_at":"2024-11-14T09:34:44.019Z","updated_at":"2025-12-01T11:03:01.600Z","avatar_url":"https://github.com/oleksis.png","language":"Shell","readme":"# toolbox\n\n🧰 Developers Toolbox\n\n|                                                                      |                                                                         |\n| -------------------------------------------------------------------- | ----------------------------------------------------------------------- |\n| ![Downloading Monospace](docs/images/ohmyposh-font-monospace.png)    | ![Monospace installed](docs/images/ohmyposh-font-monospace-install.png) |\n| ![Monospace GitHub](docs/images/ohmyposh-theme-monospace-github.png) | ![Pythonrc Rich](docs/images/ohmyposh-pythonrc-rich.png)                |\n\n## Video Youtube\n\n[![Developers Toolbox on WSL2](https://img.youtube.com/vi/NsrZIQW-7Pw/mqdefault.jpg)](https://youtu.be/NsrZIQW-7Pw)\n\n## How to use\n\n```bash\n# Config git\ngit config --global user.name \"Mona Lisa\"\ngit config --global user.email \"YOUR_EMAIL\"\n# Setting ohmyposh bashrc\nln -s ~/toolbox/.bashrc.d ~/.bashrc.d\n## Opcional: Python venv, .pythonrc\n## [Python Launcher](https://github.com/brettcannon/python-launcher/blob/main/docs/install.md#installation)\n## [Pyenv](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md#pyenv-install)\nPYTHON_LAST='3.12.1'\nPYENV_VERSION=${PYTHON_LAST}\nenv PYTHON_CONFIGURE_OPTS=\"--enable-shared\" pyenv install ${PYTHON_LAST}\npyenv local ${PYENV_VERSION}\npy -m venv venv\nsource venv/bin/activate\nPYTHONSTARTUP=./.pythonrc py\nexit()\n# which python\npy -c \"import sys; print(sys.version, sys.executable, sep='\\n')\"\n```\n\n## Codespaces\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/oleksis/toolbox)\n\nWhen the `post-create-toolbox.sh` command finishes, run `. ./.bashrc` in the [Codespace](https://github.com/features/codespaces/) Terminal.\n\n## Devcontainer\n\n```bash\ndevcontainer build --config .github/.devcontainer/devcontainer.json --push true --workspace-folder . --image-name ghcr.io/oleksis/toolbox:latest\n\ndevcontainer up --config ./.github/.devcontainer/devcontainer.json --workspace-folder .\n```\n\n## Gist\n\n- [Instalar y Configurar Oh-My-Posh V3 y Posh Git](https://gist.github.com/oleksis/8a4f79f23dc9514e87fa252fefcee327#file-oh-my-posh_posh-git-md)\n- [A .tmux.conf file for working with tmux](https://gist.github.com/oleksis/d791880ec04180e2dc89dedb171e706b)\n- [Setup Python Coding Environment on Windows](https://gist.github.com/oleksis/ae145fade455aae58c47e0295d2cf38d#file-bashrc)\n- [Customize the Python REPL on start-up](https://gist.github.com/oleksis/d1cc378d3f8fae62f15627e3bc57de7f#pythonrc-file)\n- [Pyenv and Python Launcher](https://gist.github.com/oleksis/7cab1772862df71f73ce22b7515f6af3#pyenv)\n- [Pyenv and Tox](https://gist.github.com/oleksis/87b5726e73e62f3e5c8cfb585d7fe4e9#how-to-configure-tox-and-pyenv)\n- [FiraCode - VS Code Instructions](https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksis%2Ftoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleksis%2Ftoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksis%2Ftoolbox/lists"}