{"id":21966682,"url":"https://github.com/4strodev/dotger","last_synced_at":"2026-05-07T05:38:54.595Z","repository":{"id":204450207,"uuid":"710872822","full_name":"4strodev/dotger","owner":"4strodev","description":"A dotfiles manager inspired by stow","archived":false,"fork":false,"pushed_at":"2024-08-04T10:04:02.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T01:44:14.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/4strodev.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":"2023-10-27T16:07:13.000Z","updated_at":"2024-08-04T10:04:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"29206002-7417-4ba5-baf2-98cf86099c4a","html_url":"https://github.com/4strodev/dotger","commit_stats":null,"previous_names":["4strodev/dotger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Fdotger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Fdotger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Fdotger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strodev%2Fdotger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4strodev","download_url":"https://codeload.github.com/4strodev/dotger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245025998,"owners_count":20549067,"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":[],"created_at":"2024-11-29T13:17:48.766Z","updated_at":"2025-10-03T15:32:40.753Z","avatar_url":"https://github.com/4strodev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotger\nDotger is a dotfiles manager inspired by stow.\n\n## Why?\nSince I started managging my dotfiles I used different methods. I discovered stow and it works but\nI found it unintuitive.\n\n## Usage (under development)\n\n### Assumptions\n- I asume that you are working on a linux workstation.\n- To make the examples easier take the username of your username as `user`.\n\nPut your dotfiles in a monorepo organized as you want.\nLets take a look to my neovim files.\n\nCreate a folder named `.dotfiles` in your home path. If you dont know what is your home path put this in a terminal.\n```sh\necho $HOME\n```\n\n### Config file\nInside this folder I will create another folder named `neovim`.\nIn this folder I will move all my neovim files under a `nvim` folder. Now create a file named `.dotger.toml`\n\n```toml\n# .dotger.toml\n[destination]\npath = \"/home/user/.config\"\nmkdir = true # create destination folder if not exists\n```\n\nDotger will take all the files and folders of this *entry* and move it to the destination folder using a symlink.\nAfter linking the config entry in your `/home/user/.config/` will be a symblink named nvim pointing to\n`$HOME/.dotfiles/neovim/nvim`\n\n### \n\n```sh\n# link entry\n# under $HOME/.dotfiles\ndotger link neovim\n```\n\n### Environment variables\nDotger is able to parse the config files as go text templates. For the moment you have a helper function\nto get environment variables. Look this example\n\n```toml\n# .dotger.toml\n[destination]\npath = '{{ getenv \"HOME\" }}/.config' # this will result on /home/user/.config\nmkdir = true # create destination folder if not exists\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strodev%2Fdotger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4strodev%2Fdotger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strodev%2Fdotger/lists"}