{"id":18151041,"url":"https://github.com/ramonvermeulen/dotfiles","last_synced_at":"2026-05-09T14:31:44.451Z","repository":{"id":258246911,"uuid":"860650146","full_name":"ramonvermeulen/dotfiles","owner":"ramonvermeulen","description":"Repository containing my personal .dotfiles configuration, making it easy to set-up and synchronize my developer environment across machines","archived":false,"fork":false,"pushed_at":"2024-11-13T13:24:06.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:29:51.589Z","etag":null,"topics":["ansible","dotfiles","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ramonvermeulen.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":"2024-09-20T21:07:49.000Z","updated_at":"2024-11-13T13:24:09.000Z","dependencies_parsed_at":"2025-02-13T05:38:12.628Z","dependency_job_id":null,"html_url":"https://github.com/ramonvermeulen/dotfiles","commit_stats":null,"previous_names":["ramonvermeulen/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonvermeulen%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonvermeulen%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonvermeulen%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonvermeulen%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonvermeulen","download_url":"https://codeload.github.com/ramonvermeulen/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247568371,"owners_count":20959748,"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":["ansible","dotfiles","ubuntu"],"created_at":"2024-11-02T01:06:13.485Z","updated_at":"2026-05-09T14:31:39.414Z","avatar_url":"https://github.com/ramonvermeulen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nRepository containing my personal .dotfiles configurations, making it easy to set-up and synchronize \nmy developer environment across machines. This set-up is hugely inspired by the [**TechDufus**][2] dotfiles \nset-up which can be found [**here**][2]. Basically most concepts and config is copied from his repo \nand modified / tweaked / stripped to my own liking. The goal is to provide a fully automated and maintainable\n`Ubuntu` development environment that works seamlessly on both WSL (Windows Subsystem for Linux) and \nstandard Ubuntu installations.\n\n# Ansible\nA huge part of the set-up makes use of [**Ansible**][3] (first run of the dotfiles script it will install Ansible itself).\n\n\n# Installation\nThis script will install Ansible, synchronize the git repo, and run the Ansible playbook. After the first run the script\nwill be added to the `$PATH` so that from then on it can always be ran via `dotfiles`.\n\n```bash\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/ramonvermeulen/dotfiles/main/bin/dotfiles)\"\n```\n\n\u003e NOTE: Might require one restart after running the zsh role \n\n# Updates\nTo update your environment run the `dotfiles` command in your shell:\n\n```bash\ndotfiles\n```\n\nThis will handle the following tasks:\n\n- Verify Ansible is up-to-date\n- Generate SSH keys and add to `~/.ssh/authorized_keys`\n- Clone this repository locally to `~/.dotfiles`\n- Verify any `ansible-galaxy` plugins are updated\n- Run this playbook with the values in `~/.config/dotfiles/group_vars/all.yaml`\n\nThis `dotfiles` command is available to you after the first use of this repo, as it adds this repo's `bin` directory to your path, allowing you to call `dotfiles` from anywhere.\n\nAny flags or arguments you pass to the `dotfiles` command are passed as-is to the `ansible-playbook` command.\n\nFor Example: Running the btop tag with verbosity\n```bash\ndotfiles -t btop -vvv\n```\n\n### vault.secret\n\nThe `vault.secret` file allows you to encrypt values with `Ansible vault` and store them securely in source control. Create a file located at `~/.config/dotfiles/vault.secret` with a secure password in it.\n\n```bash\nvim ~/.ansible-vault/vault.secret\n```\n\nTo then encrypt values with your vault password use the following:\n\n```bash\n$ ansible-vault encrypt_string --vault-password-file $HOME/.ansible-vault/vault.secret \"mynewsecret\" --name \"MY_SECRET_VAR\"\n$ cat myfile.conf | ansible-vault encrypt_string --vault-password-file $HOME/.ansible-vault/vault.secret --stdin-name \"myfile\"\n```\n\n\u003e NOTE: This file will automatically be detected by the playbook when running `dotfiles` command to decrypt values. Read more on Ansible Vault [**here**][4].\n\n\u003c!-- These are the reference links used in this document --\u003e\n[1]: https://github.com/TechDufus/\n[2]: https://github.com/TechDufus/dotfiles\n[3]: https://github.com/ansible/ansible\n[4]: https://docs.ansible.com/ansible/latest/user_guide/vault.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonvermeulen%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonvermeulen%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonvermeulen%2Fdotfiles/lists"}