{"id":18794034,"url":"https://github.com/gertjanreynaert/dotfiles","last_synced_at":"2025-10-06T02:10:32.539Z","repository":{"id":18236795,"uuid":"21382245","full_name":"GertjanReynaert/dotfiles","owner":"GertjanReynaert","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-22T20:59:04.000Z","size":610,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T09:44:57.287Z","etag":null,"topics":["dotfiles","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":null,"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/GertjanReynaert.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}},"created_at":"2014-07-01T09:31:16.000Z","updated_at":"2025-08-22T20:59:08.000Z","dependencies_parsed_at":"2024-04-22T20:30:45.365Z","dependency_job_id":"a6c7eb80-8b97-4a9a-b7d6-0264f278f344","html_url":"https://github.com/GertjanReynaert/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GertjanReynaert/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GertjanReynaert%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GertjanReynaert%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GertjanReynaert%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GertjanReynaert%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GertjanReynaert","download_url":"https://codeload.github.com/GertjanReynaert/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GertjanReynaert%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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-06T02:00:05.630Z","response_time":65,"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","tmux","vim","zsh"],"created_at":"2024-11-07T21:27:52.221Z","updated_at":"2025-10-06T02:10:32.509Z","avatar_url":"https://github.com/GertjanReynaert.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n_A set of vim, fish, git, and tmux configuration files._\n\nInspired by [thoughtbot/dotfiles](https://github.com/thoughtbot/dotfiles). (No\nlonger needed though).\n\n## Prerequisites\n\n1. Install 1Password\n    1. Activate accounts\n    2. SSH setup has to wait until later\n2. Download your personal ssh key from 1password and put into the `~/.ssh`\n   folder\n\n## Usage\n\nClone dotfiles\n\n```sh\ngit clone git@github.com:GertjanReynaert/dotfiles.git\n```\n\n## Install brew\n\n### Installation\n\nRun the bash script from the [brew.sh](https://brew.sh/) homepage\n\n### Configuration\n\nAs ZSH is at this point still MacOS's default shell, you'll need to do the brew\nsetup in your `.zshrc` file to be able to use brew.\n\nAs you're installing fish with brew, you'll first need brew to work in ZSH.\n\n```sh\nTODO: fill in config here\n```\n\n### Install all dependencies through brew\n\nBy starting an install, all dependendies in the `brewfile` will be installed.\n\n```sh\nbrew bundle\n```\n\n## Properly register all dotfiles\n\nInstall rcm (brew package name for rcup) \u0026\u0026 register dotfiles folder for rcup installation\n\n```sh\nenv RCRC=$HOME/dotfiles/rcrc rcup\n```\n\n## Fish setup\n\n### Default shell\n\nSet Fish as default shell\n\n```sh\n./docs/fish_setup\n```\n\n### Fish Theme\n\nUnclear at this point.\n\nI suspect this theme is included in the dotfiles fish folder.\n\nAs Fish Pure has switched to fisher, you can still do the manual install through\ntheir website.\n\nTODO:\n- Explore Fisher\n- Oh My Posh\n\n\nDo the manual install of pure Fish from the [github repo](https://github.com/pure-fish/pure#manually)\n\n#### Install fish theme with Oh My Posh (still WIP)\n\n```sh\nbrew tap jandedobbeleer/oh-my-posh\nbrew install oh-my-posh\n\noh-my-posh --init --shell fish --config (brew --prefix oh-my-posh)/themes/pure.omp.json | source\n```\n\n## Install runtimes\n\nInstall global runtimes for nodejs, ruby and others\n\n```sh\nasdf install\n```\n\n## Setup ssh config\n\n### Activate SSH in 1Password\n\n[Official 1Password guide for activating ssh support](https://developer.1password.com/docs/ssh/get-started/#step-3-turn-on-the-1password-ssh-agent)\n\n### Activate 1Password SSH Client\n\n[Official 1Password guide of configuring ths ssh client (summarized below)](https://developer.1password.com/docs/ssh/get-started/#step-4-configure-your-ssh-or-git-client)\n\n1. Add the snippet below to `~/.ssh/config`\n\n```ss\nHost *\n  IdentityAgent \"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock\"\n```\n\n2. The guide will also mention that you need to export the `SSH_AUTH_SOCK`\n   variable, but that's already done in `exports.fish`\n\nTHIS IS THE MAIN REASON WHY THE SSH SETUP NEEDED TO WAIT IN THE START:\n\nas exports.fish is only available after the dotfiles are fetched, you have an\nunusable ssh setup to clone the dotfiles in the first place.\n\n### Validate setup\n\nBy running ssh-add, you can get the list of all available SSH keys. If the setup\nwas correctly done, this should show you all keys available through 1Password\n\n```sh\nssh-add -l\n```\n\n### Remove the downloaded SSH key\n\nNow you can remove the manually downloaded ssh key from the `~/.ssh` folder, as\nyou can now safely use the ssh keys from 1Password\n\n## Notes\n\n### Dotfiles updates\n\nTo apply dotfile changes just run rcup again\n\n```sh\nrcup\n```\n\n### the_silver_searcher (ag)\n\nThis dependency is needed for the ctrl-p search to work properly in vim.\nProperly as in: correctly ignoring node_modules when searching files\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgertjanreynaert%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgertjanreynaert%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgertjanreynaert%2Fdotfiles/lists"}