{"id":22957253,"url":"https://github.com/lunarwatcher/dotfiles","last_synced_at":"2025-08-13T03:33:00.996Z","repository":{"id":48156586,"uuid":"167518472","full_name":"LunarWatcher/dotfiles","owner":"LunarWatcher","description":"A collection of various primarily Linux dotfiles","archived":false,"fork":false,"pushed_at":"2025-08-03T20:22:38.000Z","size":724,"stargazers_count":22,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T22:14:43.458Z","etag":null,"topics":["dotfiles","dotfiles-linux","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LunarWatcher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-25T09:09:14.000Z","updated_at":"2025-08-03T20:22:41.000Z","dependencies_parsed_at":"2023-02-18T17:46:13.437Z","dependency_job_id":"dc63f60a-914b-42a5-9048-abab634a1515","html_url":"https://github.com/LunarWatcher/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LunarWatcher/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunarWatcher%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunarWatcher%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunarWatcher%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunarWatcher%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LunarWatcher","download_url":"https://codeload.github.com/LunarWatcher/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunarWatcher%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270175826,"owners_count":24540093,"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":["dotfiles","dotfiles-linux","vim"],"created_at":"2024-12-14T17:15:49.927Z","updated_at":"2025-08-13T03:33:00.970Z","avatar_url":"https://github.com/LunarWatcher.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nThis repository contains my dotfiles, and a massive automation system for installing and managing my dotfiles, software, and servers.\n\nSome important folders\n\n* `docs/`: Contains conventions, manual installation steps, and noteworthy pitfalls \n* `make/`: contains Makefile-based modules for the main installation script\n* `config/`: contains content copied to `~/.config`\n* `cinnamon/`: Contains cinnamon-specific configuration\n* `automation/`: Contains shell scripts for automated installation of some more complicated services. Some of these are used by specific parts of `make/` (largely `nova.mk`?)\n* `scripts/`: Contains supporting scripts used through zsh\n* `windows/`: contains Windows-specific scripts, and also the keyboard layout I use\n\nThe remaining folders contain various minor files not directly worth mentioning here. \n\nIn addition, in my local install, `secrets/` exists. This is a remote git repo stored in my local forgejo instance. As the name suggests, it contains secrets.\n\n\u003e [!warning]\n\u003e\n\u003e You should not run any of the automation scripts without fully understand what they do first. They install a lot of opinionated stuff, and make decisions that I can only guarantee make sense with my specific setup. If you're interested in joinking my dotfiles, do so manually. If you're interested in the automation suite, [I wrote a blog post about it](https://lunarwatcher.github.io/posts/2024/01/06/how-to-set-up-a-makefile-for-managing-dotfiles-and-system-configurations.html). You can also just read the code and manually port over the parts you want. \n\u003e\n\u003e However, running it as-is, unless you're me, is likely a bad idea, and will likely have unexpected consequences. You have been warned.\n\n## Prerequites\n\nFrom nothing, it's assumed that:\n\n* You have an SSH key for GitHub set up\n* If using the `secrets` target, you must additionally be me, and have an SSH key to forgejo as well. \n* You have cloned the repo, and have Git installed.\n\n## Running the automation systems\n\nThere's a few main targets, and they're somewhat modular. These are:\n\n* `home`: used for private machines\n* `server`: used for servers (shock)\n* `work`: used for work computers\n\nIn addition, the following non-bundled  targets exist:\n\n* `secrets`: clones the secrets repo and runs `bootstrap.sh`. For context for anyone without access to my secrets repo, this is just a shell script in the secrets repo that copies the secret files where they need to be copied.\n* `java`: installs some Java-related tooling. Ironically, java itself is not installed through this dependency, as java versions in the wild seem to be more involved than \"Just install latest and call it a day\". Don't you just love legacy software?\n\nThere's also `common`, which runs everything except the configuration-specific targets\n\n## License \n\nSee the LICENSE file for the full details. The project is licensed under the Unlicense. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunarwatcher%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunarwatcher%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunarwatcher%2Fdotfiles/lists"}