{"id":20511084,"url":"https://github.com/colepeters/dotfiles","last_synced_at":"2025-09-09T01:36:08.095Z","repository":{"id":52637672,"uuid":"27130634","full_name":"colepeters/dotfiles","owner":"colepeters","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2025-06-17T03:05:13.000Z","size":3589,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T01:36:07.089Z","etag":null,"topics":["cli","dotfiles","macos","neovim","nvim","zsh"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/colepeters.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":"2014-11-25T14:56:18.000Z","updated_at":"2025-06-17T03:05:17.000Z","dependencies_parsed_at":"2024-05-30T21:33:36.425Z","dependency_job_id":"1bc4f280-c675-4443-ba3a-f45555dd6bf4","html_url":"https://github.com/colepeters/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colepeters/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colepeters%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colepeters%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colepeters%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colepeters%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colepeters","download_url":"https://codeload.github.com/colepeters/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colepeters%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274232035,"owners_count":25245856,"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-09-08T02:00:09.813Z","response_time":121,"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":["cli","dotfiles","macos","neovim","nvim","zsh"],"created_at":"2024-11-15T20:34:28.280Z","updated_at":"2025-09-09T01:36:08.087Z","avatar_url":"https://github.com/colepeters.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"dotfiles\n============\n\nConfigurations and optimisations for Zsh, Git, Neovim, etc.\n\nThese dotfiles have been created for my own use and I make no assurances of them working for anyone else. That said, I like sharing these things in the open for others to borrow from, so please make use of these as you like.\n\n## Usage (macOS)\nThese instructions have been tested on my own machine (macOS 13, using the latest version of [iTerm2](https://www.iterm2.com/)). They presume that you do **not** already have a `.dotfiles/` directory in your user (`~/`) directory.\n\n### Prerequisites\n\n1. Install [Homebrew](http://brew.sh/)\n1. Install [NodeJS](https://nodejs.org/)\n1. Install [Neovim](https://neovim.io)\n1. Install [ripgrep](https://github.com/BurntSushi/ripgrep) for use with Telescope.nvim: `brew install ripgrep`\n\n### Install\n\n```shell\n# Install ZSH via Homebrew (usually more up to date that macOS default)\nbrew install zsh\n\n# Add zsh to standard shells\nsudo vi /etc/shells              # 👈 Add /opt/homebrew/bin/zsh at the end of this file\n\n# Switch into Zsh\nchsh -s /opt/homebrew/bin/zsh\n\n# Clone the repo to into a \".dotfiles\" directory in your user directory\ngit clone git@github.com:colepeters/dotfiles.git ~/.dotfiles\n\n# Switch to the new directory\ncd ~/.dotfiles\n\n# Initialise and update Zgen\ngit submodule init \u0026\u0026 git submodule update\n\n# Install RCM\nbrew tap thoughtbot/formulae\nbrew install rcm\n\n# Copy the RCM config file to your ~ directory first\nrcup -v rcrc\n\n# Generate symlinked dotfiles in your ~ directory\nrcup -v\n```\n\n### Additional packages\nSome aliases and configurations depend on these packages to work:\n\n```shell\n# Tig, a Git CLI wrapper:\nbrew install tig\n\n# Eza, a nicer `ls`\nbrew install eza\n\n# bat, cat with wings\nbrew install bat\n\n# diff-so-fancy, for better git diffs:\nnpm i -g diff-so-fancy\n\n# HTTPie, a nice cURL replacement:\nbrew install httpie\n```\n\n- [NerdFontSymbolsOnly](https://github.com/ryanoasis/nerd-fonts/releases) for non-ASCII text\n\n### 🎉 Ta-da\nYou should now be able to open a new shell session and have everything be not horrible and hopefully cooler and ready to go.\n\n## Credits\nManaged with [rcm by Thoughtbot](https://github.com/thoughtbot/rcm), which is an awesome, lightweight tool for keeping dotfiles synced and organised.\n\nA ton of my Neovim setup was sourced from [LunarVim](https://github.com/LunarVim), via [an excellent YouTue playlist](https://www.youtube.com/playlist?list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ).\n\nSome Zsh and Git configurations have been borrowed from the [YADR dotfiles](https://github.com/skwp/dotfiles) repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolepeters%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolepeters%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolepeters%2Fdotfiles/lists"}