{"id":15440134,"url":"https://github.com/deraen/dotfiles","last_synced_at":"2025-08-13T05:14:20.738Z","repository":{"id":146975196,"uuid":"11709182","full_name":"Deraen/dotfiles","owner":"Deraen","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T12:46:17.000Z","size":3299,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T20:21:50.146Z","etag":null,"topics":["clojure","clojurescript","dotfiles","shell","ubuntu","vim"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Deraen.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":"2013-07-27T18:29:33.000Z","updated_at":"2025-07-24T12:46:22.000Z","dependencies_parsed_at":"2024-02-07T12:27:31.350Z","dependency_job_id":"a5c8b6b1-a243-47c5-85c5-bd49f22bf8a0","html_url":"https://github.com/Deraen/dotfiles","commit_stats":{"total_commits":1261,"total_committers":2,"mean_commits":630.5,"dds":0.04996034892942114,"last_synced_commit":"b45d19758eb3727887f5b7d9ca8bb2bb489cc2af"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deraen/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deraen","download_url":"https://codeload.github.com/Deraen/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deraen%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"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-08-13T02:00:09.904Z","response_time":66,"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":["clojure","clojurescript","dotfiles","shell","ubuntu","vim"],"created_at":"2024-10-01T19:11:06.073Z","updated_at":"2025-08-13T05:14:20.703Z","avatar_url":"https://github.com/Deraen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deraen's dotfiles\n\nHighly customized setup using Ubuntu, i3, Zsh, Vim\n\n- I try to include as few files as possible\n- while including all files I would need with a new computer\n\n## Submodules\n\nI'm using git submodules to manage external packages like Vim plugins and a few programs which are\nnot available as Debian packages. Following command is useful to check changes (shortlog) of each\nchanged submodule after updating submodules: `git log -p --submodule=log` or\n`git submodule summary`.\n\n## Interesting files\n\n| File | Description |\n|------|-------------|\n| [packages.sh](bin/packages.sh) | Install wanted packages and uninstall others\n| [postinstall.sh](bin/postinstall.sh) | Update, fetch and build external modules (git submodules). Create some system config files.\n\n## Installation\n\nPrerequisites: git, bash\n\n```bash\ngit clone --recurse-submodules git@github.com:Deraen/dotfiles.git\ncd dotfiles\nshopt -s dotglob # bash, or\nsetopt globdots # zsh\ncp -R * ~\ncd ..\nrm -rf dotfiles\npostinstall.sh\n```\n\n## Bootstrapping a new Ubuntu system\n\n```bash\napt-get install git\n# install dotfiles repo\nsudo bin/packages.sh\nsudo apt-get update\n```\n\n## Notes\n\n```\n# Remove old packages\ndpkg -l | grep oibaf | awk '{print $2}' | xargs sudo dpkg --remove --force-all\n```\n\n## TODO\n\n- Hyprland?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaen%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderaen%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaen%2Fdotfiles/lists"}