{"id":25083972,"url":"https://github.com/sh4d1/dotfiles-1","last_synced_at":"2026-01-12T07:39:47.514Z","repository":{"id":103510477,"uuid":"172484033","full_name":"Sh4d1/dotfiles-1","owner":"Sh4d1","description":"my dotfiles repo","archived":false,"fork":false,"pushed_at":"2019-02-24T10:18:15.000Z","size":1392,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T11:44:15.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sh4d1.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}},"created_at":"2019-02-25T10:22:58.000Z","updated_at":"2020-04-05T00:42:14.000Z","dependencies_parsed_at":"2023-03-06T00:00:16.661Z","dependency_job_id":null,"html_url":"https://github.com/Sh4d1/dotfiles-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sh4d1/dotfiles-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fdotfiles-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fdotfiles-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fdotfiles-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fdotfiles-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sh4d1","download_url":"https://codeload.github.com/Sh4d1/dotfiles-1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fdotfiles-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-07T06:29:44.927Z","updated_at":"2026-01-12T07:39:47.499Z","avatar_url":"https://github.com/Sh4d1.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dotfiles\n\nThese are my dotfiles, including other setup tasks such as installing software, creating directories, etc.\nShared here so you can browse through and get ideas. And everyone needs a dotfiles repo hey?\n\nCopyright © 2017-2019 Samuel Walladge\n\n\n## Installing\n\nDotfiles are managed and installed with [rcm](https://github.com/thoughtbot/rcm).\n\n```bash\n# install rcm for your platform - eg:\npacaur -y rcm\n\ncd\ngit clone git@github.com:swalladge/dotfiles.git\nRCRC=~/dotfiles/rcrc rcup\n\n# note that future runs of rcup don't require the RCRC var\n```\n\n### Post install tasks\n\n- run `:PackUpdate` in vim/nvim to install plugins\n\n## Notes\n\n- run `mkrc ~/path/to/.file` to quickly track a new dotfile. See [rcm blog\n  post](https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos) and\n  [github repo](https://github.com/thoughtbot/rcm) for more info on management\n  commands.\n- use a comment with the contents `EXEC: \u003cprogname\u003e` to show that a particular\n  executable is required to work. This should be any executable that needs to\n  be present that isn't installed with the dotfiles. This also makes it easily\n  greppable.\n\n## Config included\n\n- awesome wm (currently use/prefer i3)\n- bash\n- clipit\n- clipster (preferred clipboard manager)\n- cmus\n- copyq\n- dunst\n- gnupg\n- htop\n- i3\n- i3pystatus\n- i3status\n- ignore files (silver_searcher, ripgrep, git)\n- khal\n- khard\n- ls dircolors\n- moc (nice looking player, but I still use cmus)\n- mpd (don't use - only basic config)\n- msmtp\n- nitrogen\n- mutt/neomutt\n- notmuch\n- octave\n- offlineimap\n- qutebrowser (plus userscripts)\n- ranger\n- readline/login/init stuff\n- rifle (part of ranger)\n- rofi\n- streamlink\n- termite\n- tmux\n- todoman\n- todotxt-machine\n- udiskie\n- rxvt-unicode\n- vdirsyncer\n- vim/neovim\n- X11 (xinitrc, Xresources)\n- yakuake\n- zsh\n\n## LICENSE\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\nThis repository contains both original and third party content.\nContent can be assumed to be original unless stated otherwise.\nOriginal content is copyright © 2017-2019 Samuel Walladge, and can be used and distributed under the terms of\nthe GPLv3. All third party content is copyright their respective authors and bound by their original licenses.\n\nAll attempts have been made to identify third party content within the repository, with sources and attribution given\nwhere necessary. Please contact me if any issues are discovered.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Fdotfiles-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh4d1%2Fdotfiles-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Fdotfiles-1/lists"}