{"id":26129143,"url":"https://github.com/gbraad-dotfiles/upstream","last_synced_at":"2026-05-20T03:13:49.838Z","repository":{"id":137005735,"uuid":"60443888","full_name":"gbraad-dotfiles/upstream","owner":"gbraad-dotfiles","description":"@gbraad's dotfiles; using `git`, `stow` and `zsh`","archived":false,"fork":false,"pushed_at":"2025-04-13T03:51:06.000Z","size":792,"stargazers_count":16,"open_issues_count":53,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T04:33:24.710Z","etag":null,"topics":["bootc","centos","containers","debian","development-environment","devenv","dotfiles","fedora","git","i3","powerline","shell","stow","termux","tmux","tomorrow-night","vim","virtualization","zsh"],"latest_commit_sha":null,"homepage":"https://dotfiles.gbraad.nl","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/gbraad-dotfiles.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":"2016-06-05T04:57:27.000Z","updated_at":"2025-04-13T03:51:10.000Z","dependencies_parsed_at":"2024-10-28T16:48:28.824Z","dependency_job_id":"38126599-6c35-497f-8359-0776aa824a79","html_url":"https://github.com/gbraad-dotfiles/upstream","commit_stats":null,"previous_names":["gbraad-dotfiles/upstream"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbraad-dotfiles%2Fupstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbraad-dotfiles%2Fupstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbraad-dotfiles%2Fupstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbraad-dotfiles%2Fupstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbraad-dotfiles","download_url":"https://codeload.github.com/gbraad-dotfiles/upstream/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248761343,"owners_count":21157538,"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":["bootc","centos","containers","debian","development-environment","devenv","dotfiles","fedora","git","i3","powerline","shell","stow","termux","tmux","tomorrow-night","vim","virtualization","zsh"],"created_at":"2025-03-10T19:39:18.826Z","updated_at":"2026-05-20T03:13:49.832Z","avatar_url":"https://github.com/gbraad-dotfiles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gerard Braad's dotfiles\n=======================\n\n[![\"Prompt\"](https://raw.githubusercontent.com/gbraad/assets/gh-pages/icons/prompt-icon-64.png)](http://github.com/gbraad)\n\n  using `git`, `stow` and `zsh`\n\n\nI share it because I got frustrated about moving a tarball around (and\nbeing scared of losing it). This eventually happened when my notebook\ngot stolen...\n\nThese dotfiles are based around a few helpers that deal with setting\nup development containers, network functions and connectivity to my\nhomelab services\n\n\n  - `dotfiles`  \n    handles installation and update of my dotfiles\n  - `devenv`  \n    deals with development environments\n  - `proxy`  \n    sets environment to use a proxy to access services\n  - `davfs`  \n    connects to remote WebDAV endspoints for file sharing\n  - `tailscale`  \n    aliases and commands for use with my tailnet\n  - `secrets`  \n    simple encrypt and decrypt for tokens and TOTP\n  - ...\n\n\nThis forms the basis of my [development environment](https://github.com/gbraad-devenv/) images.\nFor more information, please look at [dotfiles.gbraad.nl](https://dotfiles.gbraad.nl)\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/gbraad-dotfiles/wmux)\n\n\n\u003e [!NOTE]\n\u003e Do not use this directly, but take parts and learn from it. Treat it as, \"what you see is what it is\"... \n\n\nInstallation\n------------\n\n### Perform `install`\n\n```sh\ncurl -fsSL https://dotfiles.gbraad.nl/install.sh | sh\n```\n\n\u003e [!NOTE]\n\u003e Source for this file: https://github.com/gbraad-dotfiles/gbraad-dotfiles.github.io/blob/main/install.sh. The `install.sh` in the repository itself is merely a symlink to the helper `dotfiles.zsh`. This will therefore not work when downloaded using `curl`.\n\n\n### Perform install from `repo`\n\n```sh\ngit clone https://github.com/gbraad-dotfiles/upstream ~/.dotfiles --recursive\n~/.dotfiles/install.sh\n```\n\n\n### Perform `update`\nAfter the dotfiles have been installed, it is easy to update using:\n\n```sh\ndotfiles update\n```\n\n\u003e [!NOTE]\n\u003e You can also use the alias `dot up` or `dotup` if `dotini dotfiles.aliases` returns `true`.\n\n\nAlternative installation\n------------------------\n\n#### GitHub Action runners\nFor debugging purposes these can also be installed on GitHub Action runners:\n\n```yaml\n      - name: Install dotfiles action\n        uses: gbraad-dotfiles/install-dotfiles@v1\n```\n\n#### Ansible\n\n```yaml\n    - name: Install dotfiles\n      hosts: localhost\n      roles:\n        - role: gbraad.dotfiles\n          vars:\n            user: gbraad\n```\n\n\nCompatibility\n-------------\n\n  * [Developer environment](https://github.com/gbraad-devenv) image\n  * Google Cloud Platform [cloud shell](https://console.cloud.google.com)\n  * Windows Subsystem for Linux (WSL2); Bash on Ubuntu on Windows (WSL1)\n  * Tested on: CentOS7+, Fedora 21+, and Ubuntu 14.04+\n  * GitPod\n  * Cygwin64\n  * Termux\n  * ...\n\n\nAuthors\n-------\n\n| [![\"Gerard Braad\"](http://gravatar.com/avatar/e466994eea3c2a1672564e45aca844d0.png?s=60)](http://gbraad.nl \"Gerard Braad \u003cme@gbraad.nl\u003e\") |\n|---|\n| [@gbraad](https://gbraad.nl/social) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbraad-dotfiles%2Fupstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbraad-dotfiles%2Fupstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbraad-dotfiles%2Fupstream/lists"}