{"id":18561541,"url":"https://github.com/sarcasticadmin/dotfiles","last_synced_at":"2025-08-30T09:33:23.542Z","repository":{"id":23523855,"uuid":"99132822","full_name":"sarcasticadmin/dotfiles","owner":"sarcasticadmin","description":"personal dotfiles with stow","archived":false,"fork":false,"pushed_at":"2025-06-12T16:18:09.000Z","size":3116,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-12T17:27:35.798Z","etag":null,"topics":["bashrc","dotfiles","freebsd","gitconfig","i3","linux","newsboat","shell","stow","tmux-conf","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/sarcasticadmin.png","metadata":{"files":{"readme":"README.md","changelog":"newsboat/.newsboat/config","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-02T15:31:31.000Z","updated_at":"2025-06-12T16:15:37.000Z","dependencies_parsed_at":"2023-01-14T13:22:21.912Z","dependency_job_id":"0abba34d-c9ea-41a5-bb41-b70a08265498","html_url":"https://github.com/sarcasticadmin/dotfiles","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sarcasticadmin/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarcasticadmin%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarcasticadmin%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarcasticadmin%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarcasticadmin%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarcasticadmin","download_url":"https://codeload.github.com/sarcasticadmin/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarcasticadmin%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272833298,"owners_count":25000870,"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-30T02:00:09.474Z","response_time":77,"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":["bashrc","dotfiles","freebsd","gitconfig","i3","linux","newsboat","shell","stow","tmux-conf","vimrc"],"created_at":"2024-11-06T22:07:10.432Z","updated_at":"2025-08-30T09:33:23.518Z","avatar_url":"https://github.com/sarcasticadmin.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Beastie](https://upload.wikimedia.org/wikipedia/en/5/55/Bsd_daemon.jpg)\n\n[![CircleCI](https://circleci.com/gh/sarcasticadmin/dotfiles/tree/master.svg?style=shield)](https://circleci.com/gh/sarcasticadmin/dotfiles/tree/master)\n\n# Robs dotfiles\n\n\u003e \"The enjoyment of one's tools is an essential ingredient of successful work.\" -- Donald E. Knuth\n\n`FreeBSD` 1st dotfiles with an effort to make it work on any *nix environment\n\n## Installation\n\nDependencies:\n```bash\nsu -\npkg install stow\nexit\n```\n\nClone down repo and grab all git submodules:\n```bash\ncd ~\ngit clone git@github.com/sarcasticadmin/dotfiles.git\n```\n\nCall `make` to stow based on predefined `pkgs.mk`\n```bash\ncd ~/dotfiles\nmake CONFIG=./_make/workstation-pkgs.mk world\n```\n\n### Alternatives\n\n* If installing on `Linux` or `OSX` itll leverage the `GNUmakefile` instead of the BSD `Makefile`\n\n#### Submodules\n\nGrab all git submodules without make\n```bash\ngit submodule update --init\n```\n\n## Uninstall\n\nCall `make` to unstow based on predefined `workstation-pkgs.mk`\n```bash\ncd ~/dotfiles\nmake CONFIG=./_make/workstation-pkgs.mk unstow\n```\n\n## Submodule Updating\n### Update to match this repo\n\nIf submodules are bumped to a newer ref and then committed. Other repos pulling this repo down\nneed to do the following in additition to `git pull --rebase upstream master`:\n\n```\ngit submodule update\n```\n\u003e This will update all refs that might still show as diffs in `master`\n\n### git submodules\n\nIndividual update of rbenv:\n\n```bash\ncd ~/dotfiles/vim/.vim/bundle/salt\ngit pull origin master\n```\n\nBulk upgrade all mutliple git submodules:\n\n```bash\ncd \u003cto submodules dir\u003e\ngit submodule foreach git pull origin master\n```\n\n## Docs\n\n- [bootstrap misc](./_bootstrap/README.md)\n- [See more documentation](./docs/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasticadmin%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarcasticadmin%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasticadmin%2Fdotfiles/lists"}