{"id":43349811,"url":"https://github.com/simono/dotfiles","last_synced_at":"2026-02-02T02:16:47.563Z","repository":{"id":148152837,"uuid":"1955473","full_name":"simono/dotfiles","owner":"simono","description":"Simon's config files 🚀","archived":false,"fork":false,"pushed_at":"2026-01-27T20:50:16.000Z","size":461,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T22:36:21.922Z","etag":null,"topics":["bat","brewfile","dotfiles","dotfiles-setup","fish","fzf","git","homebrew","rg","ripgrep","shell","starship","terminal","tmux","vim","zed","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/simono.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2011-06-26T11:34:39.000Z","updated_at":"2026-01-27T20:50:20.000Z","dependencies_parsed_at":"2023-12-18T23:27:36.158Z","dependency_job_id":"d59b2e50-da29-4298-9c13-4471dca91b4b","html_url":"https://github.com/simono/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simono/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simono%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simono%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simono%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simono%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simono","download_url":"https://codeload.github.com/simono/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simono%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29001653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"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":["bat","brewfile","dotfiles","dotfiles-setup","fish","fzf","git","homebrew","rg","ripgrep","shell","starship","terminal","tmux","vim","zed","zsh"],"created_at":"2026-02-02T02:16:45.962Z","updated_at":"2026-02-02T02:16:47.558Z","avatar_url":"https://github.com/simono.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simon's config files 🚀\n\n![dotfiles](https://socialify.git.ci/simono/dotfiles/image?custom_description=Simon%27s+config+files+%F0%9F%9A%80\u0026description=1\u0026font=Source+Code+Pro\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026theme=Auto)\n\nWelcome to my collection of dotfiles! These configuration files are for various programs and tools I use regularly. Feel free to use, fork, and modify them as you see fit.\n\n\u003e [!NOTE]\n\u003e My dotfiles are managed with [Dotbot](https://github.com/anishathalye/dotbot) to streamline the installation and management process.\n\n## Installation\n\n```sh\ngit clone git@github.com:simono/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\nfish -c \"source fish/functions/so-dotfiles-update.fish; so-dotfiles-update\"\n```\n\n## Included Programs\n\nBelow is a list of the programs I have configuration files for, along with a short description and links to their homepages:\n\n- **[Homebrew](https://brew.sh/):** The Missing Package Manager for macOS.\n- **[Ghostty](https://ghostty.org/):** A fast and feature-rich terminal emulator.\n- **[fish](https://fishshell.com):** A smart and user-friendly command line shell.\n- **[fisher](https://github.com/jorgebucaran/fisher):** A plugin manager for fish.\n- **[Tide](https://github.com/IlanCosman/tide):** The ultimate fish prompt.\n- **[Git](https://git-scm.com):** A distributed version control system.\n- **[worktrunk](https://github.com/nicois/worktrunk):** A tool for managing git worktrees.\n- **[Delta](https://github.com/dandavison/delta):** A syntax-highlighting pager for `git` output.\n- **[Vim](https://www.vim.org/):** A highly configurable text editor.\n- **[Zed](https://zed.dev/):** A next-generation code editor.\n- **[bat](https://github.com/sharkdp/bat):** A `cat` clone with syntax highlighting and Git integration.\n- **[eza](https://github.com/eza-community/eza):** A modern alternative to `ls`.\n- **[fd](https://github.com/sharkdp/fd):** A simple, fast alternative to `find`.\n- **[ripgrep (rg)](https://github.com/BurntSushi/ripgrep):** A line-oriented search tool.\n- **[television](https://github.com/alexpasmantier/television):** A fuzzy finder for the terminal.\n- **[zoxide](https://github.com/ajeetdsouza/zoxide):** A smarter `cd` command.\n\n---\n\nThank you for checking out my dotfiles! Enjoy customizing your setup.\n\n\u003e [!IMPORTANT]\n\u003e I make changes to these configurations often, so if you decide to use them, please keep this in mind. Feedback and contributions are always welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimono%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimono%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimono%2Fdotfiles/lists"}