{"id":14069451,"url":"https://github.com/ashishb/dotfiles","last_synced_at":"2025-04-06T04:15:35.346Z","repository":{"id":9674153,"uuid":"11616826","full_name":"ashishb/dotfiles","owner":"ashishb","description":"Dotfiles for developers (with CI testing) ","archived":false,"fork":false,"pushed_at":"2025-03-25T06:42:08.000Z","size":727,"stargazers_count":87,"open_issues_count":0,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T03:09:13.942Z","etag":null,"topics":["bashrc","dotfiles","setup-osx","setup-script","setuptools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashishb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ashishb","open_collective":"ashishb"}},"created_at":"2013-07-23T19:13:36.000Z","updated_at":"2025-03-25T06:42:12.000Z","dependencies_parsed_at":"2023-10-11T00:55:42.339Z","dependency_job_id":"ad067981-27de-4d8b-b034-fb2ebc9efb96","html_url":"https://github.com/ashishb/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishb%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashishb","download_url":"https://codeload.github.com/ashishb/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430964,"owners_count":20937875,"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":["bashrc","dotfiles","setup-osx","setup-script","setuptools"],"created_at":"2024-08-13T07:06:57.861Z","updated_at":"2025-04-06T04:15:35.320Z","avatar_url":"https://github.com/ashishb.png","language":"Shell","funding_links":["https://github.com/sponsors/ashishb","https://opencollective.com/ashishb"],"categories":["Shell"],"sub_categories":[],"readme":"# Dotfiles [![](https://img.shields.io/badge/Quality-A%2B-brightgreen.svg)](https://img.shields.io/badge/Quality-A%2B-brightgreen.svg)\n\n[![Lint Markdown](https://github.com/ashishb/dotfiles/actions/workflows/lint-markdown.yaml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/lint-markdown.yaml)\n[![Lint YAML](https://github.com/ashishb/dotfiles/actions/workflows/lint-yaml.yaml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/lint-yaml.yaml)\n[![Lint GitHub Actions](https://github.com/ashishb/dotfiles/actions/workflows/lint-github-actions.yaml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/lint-github-actions.yaml)\n\n[![Test Setup Mac OS](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_3.yml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_3.yml)\n[![Test setup Mac machine](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_2.yml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_2.yml)\n[![Test Setup dotfiles on Mac OS](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_1.yml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_1.yml)\n[![Test Setup Vim on Mac OS](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_4.yml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/test_macos_4.yml)\n[![Test Ubuntu](https://github.com/ashishb/dotfiles/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/ashishb/dotfiles/actions/workflows/test_ubuntu.yml)\n\n1. `setup_dotfiles.sh` - Automate the dotfiles setup with this one (Warning: the\n script does not always work)\n\n2. `setup/setup_cryptocurrencies.sh` - Cryptocurrencies development related packages ([ethereum](https://www.ethereum.org/), [solidity](https://solidity.readthedocs.io/en/v0.5.11/), [truffle](https://www.trufflesuite.com/) etc.)\n\n2. `_bashrc` - bashrc file (it primarily sources files in bashrc includes)\n\n3. `_gitconfig` - git config file\n\n4. `_macos` - macOS config file (one time setup file based on Mathias's file)\n\n5. `_screenrc` - several productivity improvements to GNU screen\n\n6. `scripts` - some random scripts\n\n8. `_vimrc` - vim config file\n\n9. `_vim` - vim config dir, it contains several vim related stuff\n\n10. `setup` - contains one time setup scripts for Mac, GNU/Linux and Nexus 5.\n\n11. `bashrc_includes` - contains several bash improvements (git friendly prompt, adb auto completion, p4 auto completion, git auto completion, android reverse engineering aliases etc.)\n\n## Usage\n\n### For setting up Mac OS\n\n```bash\ngit clone https://github.com/ashishb/dotfiles \u0026\u0026 \\\ncd dotfiles \u0026\u0026 \\\ngit submodule update --init \u0026\u0026 \\\nbash setup_dotfiles.sh \u0026\u0026 \\\nbash setup/setup_new_mac_machine.sh \u0026\u0026 \\\nbash setup/_macos \u0026\u0026 \\\nvim +BundleInstall +qall\n```\n\n### For setting up GNU/Linux\n\n```bash\ngit clone https://github.com/ashishb/dotfiles \u0026\u0026 \\\ncd dotfiles \u0026\u0026 \\\ngit submodule update --init \u0026\u0026 \\\nbash setup_dotfiles.sh \u0026\u0026 \\\nbash setup/setup_new_ubuntu_machine.sh \u0026\u0026 \\\nvim +BundleInstall +qall\n```\n\nNote: My GNU/Linux setup scripts are stale since I have not used GNU/Linux in a while.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishb%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashishb%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishb%2Fdotfiles/lists"}