{"id":20716773,"url":"https://github.com/opodartho/dotfiles","last_synced_at":"2026-04-07T22:31:04.741Z","repository":{"id":103727869,"uuid":"60943534","full_name":"opodartho/dotfiles","owner":"opodartho","description":"vim, zsh, git, rbenv, node - only things i need","archived":false,"fork":false,"pushed_at":"2022-09-28T19:36:14.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T14:44:49.471Z","etag":null,"topics":["elixir","git","golang","node","rbenv","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/opodartho.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":"2016-06-12T05:13:18.000Z","updated_at":"2019-03-05T14:34:38.000Z","dependencies_parsed_at":"2023-07-21T23:58:09.881Z","dependency_job_id":null,"html_url":"https://github.com/opodartho/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opodartho/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opodartho%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opodartho%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opodartho%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opodartho%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opodartho","download_url":"https://codeload.github.com/opodartho/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opodartho%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elixir","git","golang","node","rbenv","vim","zsh"],"created_at":"2024-11-17T03:06:45.154Z","updated_at":"2026-04-07T22:31:04.720Z","avatar_url":"https://github.com/opodartho.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nvim, zsh, git, rbenv, node - only things i need\n\n## Ruby\n### rbenv\n```bash\n$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv\n$ cd ~/.rbenv \u0026\u0026 src/configure \u0026\u0026 make -C src\n```\n### ruby-build\n```bash\n$ mkdir -p \"$(rbenv root)\"/plugins\n$ git clone https://github.com/rbenv/ruby-build.git \"$(rbenv root)\"/plugins/ruby-build\n```\n### requisite libraries\n```bash\nsudo apt install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev\n```\n## Python\n### pyenv\n```bash\n$ git clone https://github.com/pyenv/pyenv.git ~/.pyenv\n$ cd ~/.pyenv \u0026\u0026 src/configure \u0026\u0026 make -C src\n```\n## Node\n### nodenv\n```bash\n$ git clone https://github.com/nodenv/nodenv.git ~/.nodenv\n$ cd ~/.nodenv \u0026\u0026 src/configure \u0026\u0026 make -C src\n```\n### node-build\n```bash\n$ mkdir -p \"$(nodenv root)\"/plugins\n$ git clone https://github.com/nodenv/node-build.git \"$(nodenv root)\"/plugins/node-build\n```\n## rust\n```bash\n$ curl https://sh.rustup.rs -sSf | sh\n```\n### exa\n```bash\n$ cargo install exa\n```\n## tmux\n```bash\n$ sudo apt install tmux -y\n```\n## Docker\n```bash\n$ sudo apt remove docker docker-engine docker.io containerd runc\n$ sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common\n$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n$ sudo apt-key fingerprint 0EBFCD88\n$ sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable\"\n$ sudo apt install docker-ce\n$ sudo groupadd docker\n$ sudo usermod -aG docker $USER\n```\n#### systemd\n```bash\n$ sudo systemctl enable docker\n```\n### docker-compose\n```bash\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.23.2/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopodartho%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopodartho%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopodartho%2Fdotfiles/lists"}