{"id":31238912,"url":"https://github.com/andy-roper/roperdot","last_synced_at":"2026-04-09T01:31:56.019Z","repository":{"id":313114105,"uuid":"1038019122","full_name":"andy-roper/roperdot","owner":"andy-roper","description":"My cross-platform bash/zsh dotfiles.","archived":false,"fork":false,"pushed_at":"2026-04-07T21:56:23.000Z","size":1418,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T23:25:15.645Z","etag":null,"topics":["bash","color-schemes","cross-platform","dotfiles","fzf","linux","macos","starship","wsl","zsh"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andy-roper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-08-14T13:43:47.000Z","updated_at":"2025-09-10T20:55:19.000Z","dependencies_parsed_at":"2025-09-19T17:14:00.348Z","dependency_job_id":"de933b8f-21d9-4d3a-b5f7-ef8c21637138","html_url":"https://github.com/andy-roper/roperdot","commit_stats":null,"previous_names":["andy-roper/roperdot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andy-roper/roperdot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-roper%2Froperdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-roper%2Froperdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-roper%2Froperdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-roper%2Froperdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andy-roper","download_url":"https://codeload.github.com/andy-roper/roperdot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-roper%2Froperdot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["bash","color-schemes","cross-platform","dotfiles","fzf","linux","macos","starship","wsl","zsh"],"created_at":"2025-09-22T19:14:28.702Z","updated_at":"2026-04-09T01:31:56.012Z","avatar_url":"https://github.com/andy-roper.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# roperdot: Cross-Platform Shell Configuration\n\n![Roperdot Prompt Example](./images/roperdot-example.png)\n\n## Design Philosophy\n\nMy goal for these dotfiles is to create a hybrid environment where your shell delivers enhanced functionality while also serving as a launcher for GUI applications. The install both configures your bash and/or zsh setup and installs shell and GUI applications.\n\n### Key Features\n\n**Cross-Platform**: I've tried to provide a consistent terminal experience across Windows (WSL/Ubuntu), MacOS, Ubuntu, and Linux Mint.\n\n**Cross-Shell**: Aliases, functions and scripts in this dotfiles project have been written to work in either bash or zsh.  \n\n**Shell-GUI Integration**: While working in your terminal you can launch GUI apps when needed (`e` for editing, `v` for viewing, `fm` for file manager). Files will be opened in an application based on the file type and the available software.\n\n**Unified Color Schemes**: Consistent color theming is used for the prompt, `ls`, `diff`, `less` (using [Pygments](https://pygments.org/docs/cmdline/)), `man` pages, `git`, `git-blame-colored` (uses the Python [colored](https://pypi.org/project/colored/) library), `vim`, and many shell commands (using [generic colouriser](https://github.com/garabik/grc)).\n\n**Enhanced Functionality**: Dozens of functions, aliases and scripts covering navigation, development, system administration, and file management. For details, see **[COMMAND_REFERENCE](docs/COMMAND_REFERENCE.md)**.\n\n## Installation\n\n```bash\ncd\ngit clone https://github.com/andy-roper/roperdot\ncd roperdot \u0026\u0026 ./install.sh\n```\n\nOn MacOS to download without git:\n\n```bash\ncd \u0026\u0026 mkdir -p roperdot \u0026\u0026 curl -#L https://github.com/andy-roper/roperdot/tarball/main | tar -xzv --strip-components 1 -C roperdot\n```\n\nOn Ubuntu to download without git:\n\n```bash\ncd \u0026\u0026 mkdir -p roperdot \u0026\u0026 wget -qO- https://github.com/andy-roper/roperdot/tarball/main | tar -xzv --strip-components 1 -C roperdot\n```\n\nRunning install.sh will take you through an interactive installation in which you can select which configurations to apply and which apps to install.\n\nOn Windows, you should install [Chocolatey](https://chocolatey.org) first if you plan to install GUI applications with roperdot.\n\nAfter installing, either source ~/.config/roperdot/roperdot-loader or restart your shell.\n\nFor more information about installation and configuration, see **[GETTING_STARTED](docs/GETTING_STARTED.md)**.\n\nFor details about the structure of this project, see [**ARCHITECTURE**](docs/ARCHITECTURE.md).\n\nFor information like advanced configuration, third-party applications used, history and future plans, see [**REFERENCE**](docs/REFERENCE.md).\n\n## License\n\nMIT License with some GPL v3 components. See **[LICENSE](LICENSE.md)** for details.\n\n## Note on Contributions  \n\nIf anyone decides to use my dotfiles, I'm not currently accepting pull requests or issues at this time due to personal and work commitments. I plan to reopen contributions in a few months.\n\nFeel free to fork for your own use in the meantime.\n\n## Acknowledgments\n\nThese dotfiles use or integrate several fine open source tools. See [third-party applications](docs/REFERENCE.md#third-party-applications).\n\nMy bash prompt was based on that of [paulirish](https://github.com/paulirish/dotfiles).\n\nIncludes Visual Studio Code Plus schemes: https://github.com/vbasky/sublime-vscode-plus\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-roper%2Froperdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandy-roper%2Froperdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandy-roper%2Froperdot/lists"}