{"id":29099621,"url":"https://github.com/ramonsantos/dotfiles","last_synced_at":"2026-04-13T19:31:19.066Z","repository":{"id":60078136,"uuid":"163558161","full_name":"ramonsantos/dotfiles","owner":"ramonsantos","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2025-12-30T20:41:58.000Z","size":14231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T19:02:16.747Z","etag":null,"topics":["dotfiles","git","gitconfig","iex","linux","oh-my-zsh","pry","rubocop","zsh","zshrc"],"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/ramonsantos.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-30T03:18:41.000Z","updated_at":"2025-12-30T20:42:02.000Z","dependencies_parsed_at":"2025-05-28T07:25:45.993Z","dependency_job_id":"8622523d-24e2-4dc0-afcf-895259a3b8b4","html_url":"https://github.com/ramonsantos/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ramonsantos/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonsantos%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonsantos%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonsantos%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonsantos%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonsantos","download_url":"https://codeload.github.com/ramonsantos/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonsantos%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["dotfiles","git","gitconfig","iex","linux","oh-my-zsh","pry","rubocop","zsh","zshrc"],"created_at":"2025-06-28T17:06:53.223Z","updated_at":"2026-04-13T19:31:19.053Z","avatar_url":"https://github.com/ramonsantos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n## Basic Instalation\n\n## Main apps\n\n##### Fedora\n```bash\nsudo -E ./fedora/setup_fedora.sh\n```\n\n##### Centos 9\n```bash\nsudo -E ./centos9/setup_centos.sh\n```\n\n### Setup Zsh\n\n\n```bash\n./config_zsh.sh\n```\n\n```bash\nzsh\n```\n\n### Install Ruby\n\n```bash\n./development_tools/install_ruby.sh\n```\n\n### Reboot System\n\n```bash\nreboot\n```\n\n### Install Flatpak Packages\n\n##### Fedora\n```bash\nsudo ./fedora/install_flatpak_packages.sh\n```\n\n##### Centos 9\n```bash\nsudo ./centos9/install_flatpak_packages.sh\n```\n\n### Install Docker (CentOS)\n\n##### Fedora\n```bash\nsudo ./fedora/install_docker.sh\n```\n\n##### Centos 9\n```bash\nsudo ./centos9/install_docker.sh\n```\n\n### Install Snap Packages\n\n##### Fedora\n```bash\nsudo ./fedora/install_snap_packages.sh\n```\n\n##### Centos 9\n```bash\nsudo ./centos9/install_snap_packages.sh\n```\n\n## Optional\n\n#### Nvidia driver by RPM Fusion\n\n```bash\nsudo dnf install akmod-nvidia\n```\n\n#### VirtualBox (CentOS)\n\n```bash\nsudo dnf config-manager --add-repo=https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo\nsudo rpm --import https://www.virtualbox.org/download/oracle_vbox.asc\nsudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y\n\nsudo dnf search virtualbox\nsudo dnf install VirtualBox-7.2 -y\n\nsudo usermod -aG vboxusers $USER\nnewgrp vboxusers\n\nwget https://download.virtualbox.org/virtualbox/7.0.2/Oracle_VM_VirtualBox_Extension_Pack-7.0.2.vbox-extpack\nsudo /sbin/vboxconfig\nsudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-7.0.2.vbox-extpack\n```\n\n#### Vagrant (CentOS)\n\n```bash\n sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n sudo yum -y install vagrant\n```\n\n#### Elixir\n\n```bash\n./development_tools/install_elixir.sh\n```\n\n#### Audacity\n\n```bash\nsudo dnf install audacity\n```\n\n#### Soundconverter\n\n```bash\nsudo dnf install soundconverter\n```\n\n#### Easytag\n\n```bash\nsudo dnf install easytag\n```\n\n#### Tagtool\n\n```bash\nsudo dnf install tagtool\n```\n\n#### Simplescreenrecorder\n\n```bash\nsudo dnf install simplescreenrecorder\n```\n\n#### Youtube DL\n\n```bash\nsudo dnf install youtube-dl\n```\n\n#### Gimp\n\n```bash\nsudo dnf install gimp\n```\n\n#### Inkscape\n\n```bash\nsudo dnf install inkscape\n```\n\n#### Minas\n\n```bash\nsudo dnf install gnome-mines\n```\n\n#### Node\n\n```bash\nsudo dnf install nodejs npm\n```\n\n#### SQLite\n\n```bash\nsudo dnf install sqlite sqlite-devel sqlite-doc sqlitebrowser\n```\n\n#### Yarn\n\n```bash\ncurl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo\nsudo dnf install yarn\n```\n\n#### Webpack\n\n```bash\nsudo npm install --global webpack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonsantos%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonsantos%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonsantos%2Fdotfiles/lists"}