{"id":44203470,"url":"https://github.com/jordelver/dotfiles","last_synced_at":"2026-02-09T22:07:55.137Z","repository":{"id":66778413,"uuid":"2238669","full_name":"jordelver/dotfiles","owner":"jordelver","description":"Configuration for all the things","archived":false,"fork":false,"pushed_at":"2026-02-09T10:15:38.000Z","size":28428,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T15:24:12.608Z","etag":null,"topics":["asdf","dotfiles","fish","git","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":false,"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/jordelver.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-08-20T11:27:08.000Z","updated_at":"2026-02-09T10:15:41.000Z","dependencies_parsed_at":"2025-04-22T09:23:02.368Z","dependency_job_id":"04fe257e-22a9-4746-bf9f-7119888df3ac","html_url":"https://github.com/jordelver/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jordelver/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordelver%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordelver%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordelver%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordelver%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jordelver","download_url":"https://codeload.github.com/jordelver/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordelver%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29283042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asdf","dotfiles","fish","git","tmux","vim"],"created_at":"2026-02-09T22:07:54.523Z","updated_at":"2026-02-09T22:07:55.126Z","avatar_url":"https://github.com/jordelver.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Install dotfiles\n\nClone the repo to ~/.dotfiles\n\n    git clone git@github.com:jordelver/dotfiles.git ~/.dotfiles\n\nRun the install\n\nThis will link configs into ~/\n\n    cd ~/.dotfiles\n    ./install.sh\n\n## Environment variables\n\nEnvironment variables containing secrets are exported from\n`config/fish/conf.d/secrets.fish`.\n\nCopy `config/fish/conf.d/secrets.fish.example` to\n`config/fish/conf.d/secrets.fish` and fill in the values from somewhere. Good\nluck!\n\n## Install Homebrew\n\nFirst we need to install Homebrew.\n\n    bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\"\n\n## Install utilities\n\n    cd ~/.dotfiles/\n    brew bundle\n\n## Install asdf\n\n    git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0\n\n### Install plugins\n\nNeovim\n\n    asdf plugin add neovim\n\nRuby\n\n    asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git\n\nErlang\n\n    asdf plugin add https://github.com/asdf-vm/asdf-erlang\n\nElixir\n\n    asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git\n\nNodeJS\n\n    asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs\n\nPostgreSQL\n\n    asdf plugin-add postgres\n\n### To upgrade\n\n    cd ~/.asdf\n    git pull\n    cp ~/.asdf/completions/asdf.fish ~/.config/fish/completions\n\n## Configure fzf\n\nfzf is installed via Homebrew, but we need to configure it after install.\n\nRun the install script\n\n    /usr/local/opt/fzf/install --key-bindings --no-completion --no-bash --no-zsh --no-update-rc\n\n## Vim (Neovim)\n\nNeovim versions are managed by `asdf` like other tools. Change the version in\n`~/.tool-versions`.\n\n### To update\n\n    asdf uninstall neovim nightly\n    asdf install neovim nightly\n\n### Adding a new plugin\n\nAdd to the plugin definition to `~/.config/nvim/lua/config/plugins/` and run\n`:Lazy`.\n\n### Updating a plugin\n\nRun `:Lazy` and choose to update from there.\n\n## Fonts\n\nMy current font of choice is [Jet Brains Mono](https://www.jetbrains.com/lp/mono/)\nset to 18pts in iTerm. The font lives in this repo at `fonts/JetBrainsMono-Regular.ttf`.\n\nTo install, the font should be copied to `~/Library/Fonts/`.\n\n    cp ~/.dotfiles/fonts/JetBrainsMono-Regular.ttf ~/Library/Fonts/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordelver%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordelver%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordelver%2Fdotfiles/lists"}