{"id":19057209,"url":"https://github.com/tanishqmanuja/devenv","last_synced_at":"2026-05-06T15:41:34.594Z","repository":{"id":228409554,"uuid":"773761188","full_name":"tanishqmanuja/devenv","owner":"tanishqmanuja","description":"💻  My Development ENV ","archived":false,"fork":false,"pushed_at":"2024-04-02T08:46:13.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T11:44:23.181Z","etag":null,"topics":["ansible","devops","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanishqmanuja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-03-18T10:57:21.000Z","updated_at":"2024-09-21T06:37:39.000Z","dependencies_parsed_at":"2024-03-18T17:22:19.815Z","dependency_job_id":"bd3d79c0-3a0a-475c-875e-08c315de68f0","html_url":"https://github.com/tanishqmanuja/devenv","commit_stats":null,"previous_names":["tanishqmanuja/devenv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fdevenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fdevenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fdevenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fdevenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanishqmanuja","download_url":"https://codeload.github.com/tanishqmanuja/devenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240113944,"owners_count":19749829,"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","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":["ansible","devops","dotfiles"],"created_at":"2024-11-08T23:54:18.065Z","updated_at":"2026-05-06T15:41:29.570Z","avatar_url":"https://github.com/tanishqmanuja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.github.com/tanishqmanuja/static/main/banners/devenv.png?maxAge=2592000)\n\nThis Ansible playbook is used to setup my WSL2 based Ubuntu workspace.\n\n## Bootstrap\n\nOneliner to bootstrap the development environment\n\n```sh\ncurl -fsSL \"https://raw.githubusercontent.com/tanishqmanuja/devenv/main/bootstrap\" | sh \n```\n\nUsing specific tags like nvim for example\n\n```sh\ncurl -fsSL \"https://raw.githubusercontent.com/tanishqmanuja/devenv/main/bootstrap\" | sh -s -- nvim\n```\n\n## Other Commands\n\n#### Run Playbook\n\n```sh\nansible-playbook -t core,dotfiles --ask-become-pass --vault-password-file ~/vault.key local.yaml\n```\n\n#### Encrypt files in .ssh directory\n\n```sh\n find .ssh -type f | xargs ansible-vault encrypt --vault-password-file ~/vault.key\n```\n\n#### Decrypt files in .ssh directory\n```sh\n find .ssh -type f | xargs ansible-vault decrypt --vault-password-file ~/vault.key\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Fdevenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanishqmanuja%2Fdevenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Fdevenv/lists"}