{"id":21864808,"url":"https://github.com/xavier2p/dotfiles","last_synced_at":"2025-10-27T08:09:22.170Z","repository":{"id":133890506,"uuid":"540501960","full_name":"Xavier2p/dotfiles","owner":"Xavier2p","description":"dotfiles, just one command to make an UNIX system mine.","archived":false,"fork":false,"pushed_at":"2024-04-14T10:35:28.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T21:11:31.769Z","etag":null,"topics":["dotfiles","shell","starship","zsh"],"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/Xavier2p.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":"2022-09-23T15:22:47.000Z","updated_at":"2023-05-26T17:58:48.000Z","dependencies_parsed_at":"2024-04-14T11:30:21.636Z","dependency_job_id":"baba5415-fe44-4621-b565-1ced21473d2b","html_url":"https://github.com/Xavier2p/dotfiles","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Xavier2p/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xavier2p%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xavier2p%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xavier2p%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xavier2p%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xavier2p","download_url":"https://codeload.github.com/Xavier2p/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xavier2p%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281235260,"owners_count":26466167,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","shell","starship","zsh"],"created_at":"2024-11-28T04:12:33.613Z","updated_at":"2025-10-27T08:09:22.137Z","avatar_url":"https://github.com/Xavier2p.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```text\n██████╗  ██████╗ ████████╗███████╗██╗██╗     ███████╗███████╗\n██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝██║██║     ██╔════╝██╔════╝\n██║  ██║██║   ██║   ██║   █████╗  ██║██║     █████╗  ███████╗\n██║  ██║██║   ██║   ██║   ██╔══╝  ██║██║     ██╔══╝  ╚════██║\n██████╔╝╚██████╔╝   ██║   ██║     ██║███████╗███████╗███████║\n╚═════╝  ╚═════╝    ╚═╝   ╚═╝     ╚═╝╚══════╝╚══════╝╚══════╝\n```\n\n# `dotfiles`\n\n\u003e This repo store all (or almost) my dotfiles.\n\n## Installation\n\n### 1. Clone this repo\n\n```bash\ngit clone git@github.com:Xavier2p/dotfiles.git ~/.config/dotfiles \u0026\u0026 cd ~/.config/dotfiles\n```\n\n### 2. Run the install script\n\n```bash\nmake\n```\n\n### 3. Reload your shell\n\n```bash\nsource ~/.zshrc\n```\n\n## Tree\n\n```txt\n~\n├── .config\n│   ├── dotfiles\n│   │   ├── config\n│   │   │   ├── alacritty.yml       =\u003e ~/.config/alacritty/alacritty.yml\n│   │   │   ├── conf.vim            =\u003e ~/.vimrc\n│   │   │   ├── git.conf            =\u003e ~/.gitconfig\n│   │   │   ├── global.gitignore\n│   │   │   ├── neofetch.conf       =\u003e ~/.config/neofetch/config.conf\n│   │   │   └── starship.toml\n│   │   ├── plugins\n│   │   │   └── codestats\n│   │   ├── scripts\n│   │   │   ├── config.sh\n│   │   │   ├── install.sh\n│   │   │   └── update.sh\n│   │   ├── shell\n│   |   |   ├── aliases.zsh\n│   │   │   ├── ascii.sh\n│   │   │   ├── completion.zsh\n│   │   │   ├── entry.bash          =\u003e ~/.bashrc\n│   |   |   ├── entry.sh\n│   │   │   └── entry.zsh           =\u003e ~/.zshrc\n│   │   ├── Makefile\n│   │   └── README.md\n│   ├── packages\n│   │   └── ...\n│   ├── zsh\n|   |   ├── nix-zsh-completions\n│   │   ├── zsh-autosuggestions\n│   │   ├── zsh-completions\n│   │   └── zsh-syntax-highlighting\n│   └── ...\n└── ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavier2p%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavier2p%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavier2p%2Fdotfiles/lists"}