{"id":25835639,"url":"https://github.com/inigochoa/dotfiles","last_synced_at":"2025-08-17T05:05:24.915Z","repository":{"id":279376661,"uuid":"938017878","full_name":"inigochoa/dotfiles","owner":"inigochoa","description":"My personal dotfiles 🏠 · Managed by Dotbot","archived":false,"fork":false,"pushed_at":"2025-07-29T07:13:27.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T09:34:39.043Z","etag":null,"topics":["dotbot","dotfiles","dotfiles-linux"],"latest_commit_sha":null,"homepage":"https://github.com/anishathalye/dotbot","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/inigochoa.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}},"created_at":"2025-02-24T09:40:58.000Z","updated_at":"2025-07-29T07:13:31.000Z","dependencies_parsed_at":"2025-04-03T09:20:30.249Z","dependency_job_id":"43bab14d-ba5c-43c8-a185-ddbfe5feda9d","html_url":"https://github.com/inigochoa/dotfiles","commit_stats":null,"previous_names":["inigochoa/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inigochoa/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inigochoa%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inigochoa%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inigochoa%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inigochoa%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inigochoa","download_url":"https://codeload.github.com/inigochoa/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inigochoa%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807934,"owners_count":24649346,"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-08-17T02:00:09.016Z","response_time":129,"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":["dotbot","dotfiles","dotfiles-linux"],"created_at":"2025-03-01T01:27:17.200Z","updated_at":"2025-08-17T05:05:24.903Z","avatar_url":"https://github.com/inigochoa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles Repository 🏠\n\nWelcome to my dotfiles repo! This repository contains all my configuration files\nand tools to quickly set up and customize my environment. Everything is managed\nwith [Dotbot] for a smooth installation process.\n\n## Tools 🛠️\n\n- [atuin]: Modern shell history with search.\n- [bat]: A `cat` clone with syntax highlighting.\n- [bottom]: A graphical system monitor.\n- [ctop]: Top-like interface for container metrics.\n- [dry]: A terminal application to manage and monitor Docker containers.\n- [eza]: A modern replacement for `ls`.\n- [fastfetch]: A system info fetcher.\n- [fzf]: A command-line fuzzy finder.\n- [git-cliff]: A customizable changelog generator.\n- [git-delta]: A syntax-highlighting pager for `git diffs`.\n- [gping]: A `ping` replacement with a graph.\n- [nvm]: A version manager for node.js.\n- [onefetch]: A tool to display repository information.\n- [procs]: A replacement for `ps`.\n- [starship]: A minimal, blazing-fast, and customizable prompt.\n- [tealdeer]: A fast implementation of `tldr`.\n- [xh]: A friendly and fast tool for sending HTTP requests.\n- [zoxide]: A smarter way to navigate your filesystem.\n\n## Directory Structure \u0026 Files 📁\n\n```shell\n.\n├── .dotbot/              # dotbot submodule\n├── .dotbot-omnipkg/      # omnipkg submodule\n├── .dotbot-scripts/      # dotbot shell scripts folder\n├── dotfiles/             # dotfiles containing folder\n│   ├── bashrc.d/         # modularized bash configuration folder\n│   │   ├── bash          # atuin, copy, paste, grep, ...\n│   │   ├── directories   # cd, ls, eza, zoxide, ...\n│   │   ├── docker        # docker aliases\n│   │   ├── files         # bat, confirmations, safeties, ...\n│   │   ├── git           # git-cliff, onefetch, ...\n│   │   ├── internet      # certificates, pings, ...\n│   │   ├── node          # nvm, pnpm, ...\n│   │   ├── prompt        # default and starship (if installed)\n│   │   └── system        # actions, bottom, screeenFetch, ...\n│   ├── config/           # config files and folders\n│   │   ├── atuin/\n│   │   ├── bat/\n│   │   ├── bottom/\n│   │   ├── fastfetch/\n│   │   ├── git-cliff/\n│   │   ├── procs/\n│   │   ├── tealdeer/\n│   │   └── starship.toml\n│   ├── bash_logout       # executed when login shell exits\n│   ├── bash_profile      # used in login shells\n│   ├── bashrc            # default user bashrc file\n│   ├── gitconfig         # git aliases\n│   └── gitignore_global  # global git ignored files\n├── .install.conf.yaml    # dotbot install config\n├── install               # dotfiles install script\n└── uptade                # repo update script\n```\n\n## Installation with Dotbot 🚀\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/inigochoa/dotfiles.git\n    cd dotfiles\n    ```\n\n1. Run Dotbot to install the dotfiles:\n\n    ```bash\n    ./install\n    ```\n\n## Customization \u0026 Usage 🎨\n\n- **Shell Configurations:**\n\n    All Bash configurations are organized in bashrc.d/. Customize each file\n    individually to tailor your shell experience.\n\n- **Tool Settings:**\n\n    Tool-specific configuration files are located in the config/ directory.\n    Update these as needed to change themes, shortcuts, and other preferences.\n\n- **Git Settings:**\n\n    The gitconfig and gitignore_global files contain your Git settings and\n    global ignore rules to maintain a consistent development environment.\n\n## Contributing \u0026 Feedback 🤝\n\nIf you have suggestions or improvements, feel free to open an issue or submit a\npull request. Let's keep these dotfiles evolving!\n\n[dotbot]: https://github.com/anishathalye/dotbot\n[atuin]: https://atuin.sh/\n[bat]: https://github.com/sharkdp/bat\n[bottom]: https://github.com/ClementTsang/bottom\n[ctop]: https://github.com/bcicen/ctop\n[dry]: https://moncho.github.io/dry/\n[eza]: https://github.com/eza-community/eza\n[fastfetch]: https://github.com/fastfetch-cli/fastfetch\n[fzf]: https://github.com/junegunn/fzf\n[git-cliff]: https://github.com/orhun/git-cliff\n[git-delta]: https://github.com/dandavison/delta\n[gping]: https://github.com/orf/gping\n[nvm]: https://github.com/nvm-sh/nvm\n[onefetch]: https://onefetch.dev/\n[procs]: https://github.com/dalance/procs\n[starship]: https://starship.rs/\n[tealdeer]: https://github.com/tealdeer-rs/tealdeer\n[xh]: https://github.com/ducaale/xh\n[zoxide]: https://github.com/ajeetdsouza/zoxide\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finigochoa%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finigochoa%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finigochoa%2Fdotfiles/lists"}