{"id":21474145,"url":"https://github.com/oaflindberg/dotfiles","last_synced_at":"2026-05-18T18:37:43.812Z","repository":{"id":91619922,"uuid":"300273830","full_name":"oaflindberg/dotfiles","owner":"oaflindberg","description":"dotfiles - keeping it together","archived":false,"fork":false,"pushed_at":"2021-11-23T13:38:04.000Z","size":1187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T07:31:21.518Z","etag":null,"topics":["dotfiles","macos"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/oaflindberg.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}},"created_at":"2020-10-01T12:37:11.000Z","updated_at":"2021-11-23T13:38:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b332479-7dfe-404a-9db6-4dd73bf59d98","html_url":"https://github.com/oaflindberg/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oaflindberg/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaflindberg%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaflindberg%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaflindberg%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaflindberg%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oaflindberg","download_url":"https://codeload.github.com/oaflindberg/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaflindberg%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33187474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["dotfiles","macos"],"created_at":"2024-11-23T10:20:09.042Z","updated_at":"2026-05-18T18:37:43.786Z","avatar_url":"https://github.com/oaflindberg.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003e Shoutout to [vinkla](https://github.com/vinkla) for helping me set this up. Let's hope it works ¯ \\ _ (ツ) _ / ¯ \n\n## Installation\n\nThis is the installation guide to setup these dotfiles on a new macOS system.\n\n1. Install Xcode command line tools:\n\n    ```sh\n    xcode-select --install\n    ```\n\n2. Install Homebrew \n\n    ```sh\n    $ /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\" \n    ```\n  \n    Then install Homebrew packages, casks and MacOS AppStore apps.\n    \n    ```sh\n   cd script\n   brew bundle \n    ```\n\n3. Install any remaining software updates:\n  \n    ```sh\n    sudo softwareupdate --install --all\n    ```\n\n4. Install third-party libraries with npm:\n\n    ```sh\n    ./script/npm\n    ```\n5. Bootstrap macOS defaults. \n  \n    ```sh\n    ./script/macos\n    ```\n\n6. Install oh-my-zsh plugins\n\n    ```sh\n    ./script/zsh\n    ```\n\n7. [Generate new SSH key, add to ssh-agent and upload to GitHub.](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)\n\n8. Install vim-plug\n    ```\n    curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n    ```\n9. Install the vim-plguins\n\n    ```\n    nvim\n    :PlugInstall\n    ```\n    Exit vim and then install all Coc extensions\n    ```\n    nvim\n    :CocInstall coc-prettier coc-html coc-css coc-json coc-tsserver \n    ```\n\n10. Install the dotfiles in \"home\" into the home directory.\n\n    ```sh\n    ./script/sync\n    ```\n\n11. Install the 2 fonts located in the fonts.zip.\n\n12. Sync your VSCode settings\n\n13. Load iTerm2 settings located in the iTerm2 folder.\n\u003e *Settings -\u003e General -\u003e Preferences -\u003e Load preferences from a custom folder or URL*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaflindberg%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foaflindberg%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaflindberg%2Fdotfiles/lists"}