{"id":27813931,"url":"https://github.com/stsquad/dotfiles","last_synced_at":"2025-05-01T12:07:06.868Z","repository":{"id":436808,"uuid":"57873","full_name":"stsquad/dotfiles","owner":"stsquad","description":"A collection of .bashrc stuff and other dotfiles","archived":false,"fork":false,"pushed_at":"2024-09-18T10:21:43.000Z","size":461,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-01T12:07:00.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.bennee.com/~alex/","language":"Shell","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/stsquad.png","metadata":{"files":{"readme":"README.org","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":"2008-09-30T10:03:08.000Z","updated_at":"2024-09-18T10:21:47.000Z","dependencies_parsed_at":"2024-03-18T16:18:53.893Z","dependency_job_id":null,"html_url":"https://github.com/stsquad/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stsquad","download_url":"https://codeload.github.com/stsquad/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251871583,"owners_count":21657473,"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":"2025-05-01T12:07:06.208Z","updated_at":"2025-05-01T12:07:06.862Z","avatar_url":"https://github.com/stsquad.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Like many Unix hackers who move around from machine to machine I often\nfound I spent a lot of time messing around setting up my environment.\nEventually I moved all my dotfiles into version control and scripted\nup some quick set-up instructions.\n\n* Bootstrapping\nThis basically runs un-trusted shell script from the internet. You\nshouldn't do it unless you are confident it won't hose your system. I\noffer no such guarantees ;-)\n#+name: How to bootstrap my set-up\n#+begin_src sh \nwget -O - https://raw.github.com/stsquad/dotfiles/master/bootstrap.sh | bash\n#+end_src\n* Layout\nThis repository contains \"dotfiles\" for bash and a whole bunch of\nother bits and pieces. The script [[file:setup_dotfiles.sh][setup_dotfiles.sh]] will symlink all\nthe files in their correct place. Currently if you add new files it\nneeds to be re-run.\n** Bash files\nEach \"dotbash_${FEATURE}\" file is translated to ~/.bash_${FEATURE}.\nThe main [[file:dotbash_profile][.bash_profile]] code runs some basic tests to see if it's worth\nloading the snippet:\n#+name: Example feature check for loading dotbash_keys\n#+begin_src sh \nload_extra_module keys ssh-agent gpg-agent keychain\n#+end_src\n** ~/.config\nFiles in [[file:dotconfig/][dotconfig]] are treated the same although the sub-directory is\ncreated for them by the setup script.\n** Per-user or machine files\nSometimes you want to only have certain setups for different users or\nmachines. This is dealt with by pre-pending the dotfile with ${USER} or\n${HOSTNAME}. Currently dotconfig directories are not supported.\n* TODO Things I want to fixup one day [0/2]\n** TODO Make .bash_profile search the repository\nThere is no reason the sub-modules couldn't be kept in a directory in\nthe repository to avoid cluttering up ~\n** TODO Make the dotfiles work with zsh\nIn theory it should be compatible, I need to try this out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsquad%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstsquad%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsquad%2Fdotfiles/lists"}