{"id":17647902,"url":"https://github.com/viccon/dotfiles","last_synced_at":"2026-03-12T09:19:46.518Z","repository":{"id":45773515,"uuid":"186601807","full_name":"viccon/dotfiles","owner":"viccon","description":"I use this repository to prevent configuration drifts between my laptops. It contains scripts for installing programs and symlinking configuration","archived":false,"fork":false,"pushed_at":"2025-03-08T12:15:14.000Z","size":1929,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-03T09:07:47.155Z","etag":null,"topics":["bash","bootstrap","config","dotfiles","ssh"],"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/viccon.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":"2019-05-14T10:42:47.000Z","updated_at":"2025-03-08T12:15:18.000Z","dependencies_parsed_at":"2023-11-18T10:27:11.517Z","dependency_job_id":"ed0c820e-3408-4e7a-830b-60bc06832e45","html_url":"https://github.com/viccon/dotfiles","commit_stats":{"total_commits":693,"total_committers":2,"mean_commits":346.5,"dds":"0.017316017316017285","last_synced_commit":"8e3d8f84c2ca6cfded5fa58f04798892b5aed50d"},"previous_names":["viccon/dotfiles","creativecreature/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viccon%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viccon%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viccon%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viccon%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viccon","download_url":"https://codeload.github.com/viccon/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252811660,"owners_count":21807989,"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","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":["bash","bootstrap","config","dotfiles","ssh"],"created_at":"2024-10-23T11:14:55.386Z","updated_at":"2026-03-12T09:19:46.507Z","avatar_url":"https://github.com/viccon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n## Introduction\nI use these scripts to bootstrap new machines, install software and prevent\nconfiguration drifts between my personal laptop and the one I use at work.\n\n## Bootstrapping a new machine\nGenerate SSH keys, copy them, and add them to Github:\n\n```sh\nssh-keygen -t rsa -b 4096 -f ~/.ssh/personal\npbcopy \u003c ~/.ssh/personal.pub\n\nssh-keygen -t rsa -b 4096 -f ~/.ssh/work\npbcopy \u003c ~/.ssh/work.pub\n```\n\nRun the bootstrap script to install and configure everything, and then restart the computer:\n\n```sh\n./bootstrap.sh\n```\n\nAfter the reboot, stow all configuration files:\n\n```sh\nstow -t ~ .\n```\n\nand then install node using volta:\n\n```sh\nvolta install node\n```\n\nLastly, make fzf work with CTRL + R:\n\n```sh\n$(brew --prefix)/opt/fzf/install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviccon%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviccon%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviccon%2Fdotfiles/lists"}