{"id":21970576,"url":"https://github.com/benct/dotfiles","last_synced_at":"2026-04-16T10:02:27.928Z","repository":{"id":98422837,"uuid":"168423890","full_name":"benct/dotfiles","owner":"benct","description":"Personal dotfiles for various applications, configurations and things.","archived":false,"fork":false,"pushed_at":"2023-09-03T15:12:43.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T22:43:28.855Z","etag":null,"topics":["dotfiles"],"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/benct.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":"2019-01-30T22:15:02.000Z","updated_at":"2023-09-03T15:10:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e696322-e20b-40e1-acd9-b27e8cb55ade","html_url":"https://github.com/benct/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benct/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benct","download_url":"https://codeload.github.com/benct/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"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":["dotfiles"],"created_at":"2024-11-29T14:40:21.198Z","updated_at":"2026-04-16T10:02:27.906Z","avatar_url":"https://github.com/benct.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .files\nPersonal dotfiles for various applications, configurations and whatever.\n\n## Installation\n\nClone the repository, copy the necessary files to your `$HOME` folder and run the `source` command.\n```bash\ngit clone https://github.com/benct/dotfiles.git \u0026\u0026 cd dotfiles\ncp .* ~/\nsource ~/.bash_profile\n```\n\nSet up macos defaults:\n```bash\nsource ~/.macos\n```\n\n## Mac Setup\n\n### Install\n```bash\n# Bash\nbrew install bash\nchsh -s /bin/bash\n\n# Java\nbrew tap AdoptOpenJDK/openjdk\nbrew cask install adoptopenjdk14\n\n# Docker\nbrew cask install docker\ndocker login -u $ARTIFACTORY_USER -p $ARTIFACTORY_PWD containers.schibsted.io\n\n# NVM\nbrew install nvm\nmkdir ~/.nvm\nnvm install \u003cversion\u003e\n\n# Other\nbrew install wget\nbrew install direnv\nbrew install sshuttle\n```\n\n### Update\n```bash\n# Update App Store apps\nsudo softwareupdate -i -a\n\n# Update Homebrew (Cask) \u0026 packages\nbrew update\nbrew upgrade\n```\n\n## Useful(?) stuff\n\n### General\n```bash\nfind .\nfind ~/ |grep something\n\nps aux |grep something\n\nkill -9 \u003cprocess\u003e\nkill $(ps aux | grep something | awk '{print $2}')\n```\n\n### Git\n```bash\ngit log\ngit show \u003chash\u003e\ngit diff HEAD~1\ngit clean -dfx\n\ngit config --list --local\ngit config user.email \"ben@tomlin.no\"\ngit config user.name \"benct\"\n\ngit pull\ngit checkout -b \"\u003cbranch\u003e\"\ngit push origin \u003cbranch\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenct%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenct%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenct%2Fdotfiles/lists"}