{"id":18147405,"url":"https://github.com/fuchs-fabian/dotfiles","last_synced_at":"2026-05-03T12:39:02.797Z","repository":{"id":258773088,"uuid":"872132837","full_name":"fuchs-fabian/dotfiles","owner":"fuchs-fabian","description":"Useful dotfiles for Linux environments","archived":false,"fork":false,"pushed_at":"2024-10-20T15:56:30.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T19:11:51.576Z","etag":null,"topics":["bash-config","bashrc","dotfiles","dotfiles-linux","linux","zsh-config","zshrc"],"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/fuchs-fabian.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-10-13T21:23:58.000Z","updated_at":"2025-04-27T19:28:19.000Z","dependencies_parsed_at":"2024-10-21T21:39:26.851Z","dependency_job_id":null,"html_url":"https://github.com/fuchs-fabian/dotfiles","commit_stats":null,"previous_names":["fuchs-fabian/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuchs-fabian/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuchs-fabian","download_url":"https://codeload.github.com/fuchs-fabian/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["bash-config","bashrc","dotfiles","dotfiles-linux","linux","zsh-config","zshrc"],"created_at":"2024-11-01T22:06:28.267Z","updated_at":"2026-05-03T12:39:02.761Z","avatar_url":"https://github.com/fuchs-fabian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `dotfiles` - Useful dotfiles for Linux environments\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/fuchs-fabian/dotfiles\"\u003e\n    \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=fuchs-fabian\u0026repo=dotfiles\u0026theme=holi\u0026hide_border=true\u0026border_radius=10\" alt=\"Repository dotfiles\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## `.bashrc` and `.zshrc` configuration with `.rcconf`\n\n`.rcconf` is a file that contains aliases and functions for the Linux environment. It is used to configure the `.bashrc` and `.zshrc` files. The aliases and functions are used to simplify the usage of the terminal.\n\n\u003e If you want to use this, aliases with the same names will be overwritten by this configuration!\n\nTo get a quick overview of which aliases and functions can be used, simply execute the following in the terminal after installation:\n\n```shell\nalf\n```\n\n### Installation\n\n`.bashrc`:\n\n```shell\nwget -O ~/.rcconf https://raw.githubusercontent.com/fuchs-fabian/dotfiles/refs/heads/main/src/.rcconf \u0026\u0026 \\\necho -e '\\nsource ~/.rcconf' \u003e\u003e ~/.bashrc \u0026\u0026 \\\nsource ~/.bashrc \u0026\u0026 \\\necho \"'.rcconf' downloaded and updated in '.bashrc'\"\n```\n\n`.zshrc`:\n\n```shell\nwget -O ~/.rcconf https://raw.githubusercontent.com/fuchs-fabian/dotfiles/refs/heads/main/src/.rcconf \u0026\u0026 \\\necho -e '\\nsource ~/.rcconf' \u003e\u003e ~/.zshrc \u0026\u0026 \\\nsource ~/.zshrc \u0026\u0026 \\\necho \"'.rcconf' downloaded and updated in '.zshrc'\"\n```\n\n### Update\n\n`.bashrc`:\n\n```shell\nwget -O ~/.rcconf https://raw.githubusercontent.com/fuchs-fabian/dotfiles/refs/heads/main/src/.rcconf \u0026\u0026 \\\nsource ~/.bashrc \u0026\u0026 \\\necho \"'.rcconf' updated in '.bashrc'\"\n```\n\n`.zshrc`:\n\n```shell\nwget -O ~/.rcconf https://raw.githubusercontent.com/fuchs-fabian/dotfiles/refs/heads/main/src/.rcconf \u0026\u0026 \\\nsource ~/.zshrc \u0026\u0026 \\\necho \"'.rcconf' updated in '.zshrc'\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuchs-fabian%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fdotfiles/lists"}