{"id":24629540,"url":"https://github.com/stufield/system-config","last_synced_at":"2026-04-11T15:35:27.052Z","repository":{"id":142778199,"uuid":"166828506","full_name":"stufield/system-config","owner":"stufield","description":"A repository of system level files, 'dot' files, run command, and configuration files","archived":false,"fork":false,"pushed_at":"2024-11-06T15:30:42.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-25T06:13:10.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","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/stufield.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":"2019-01-21T14:34:23.000Z","updated_at":"2024-11-06T15:30:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d9be311-565e-40c7-aad0-23ff8826358a","html_url":"https://github.com/stufield/system-config","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/stufield%2Fsystem-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fsystem-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fsystem-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fsystem-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stufield","download_url":"https://codeload.github.com/stufield/system-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554042,"owners_count":20471172,"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-01-25T06:13:13.436Z","updated_at":"2025-12-31T00:08:24.916Z","avatar_url":"https://github.com/stufield.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# System Config\n\nA Stu-specific repository of system level files:\n\n- 'dot' files\n- run command (`rc`) files\n- configuration files\n\n----------\n\n\n### Files\n\nSet up symlinks according to the schema below via:\n\n```bash\nln -sf ~/system-config/\u003cfile\u003e .\nln -sf ~/system-config/\u003cdirectory\u003e .\n```\n\n\n| File                     | Configure                            | Destination |\n|--------------------------|--------------------------------------|-------------|\n| `R/.Rprofile`            | Profile for `R` start-up             | `~/`        |\n| `R/.Renviron`            | Config for RStudio global variables  | `~/`        |\n| `zsh/.zshrc`             | Config for Z-shell                   | `~/`        |\n| `bash/.bashrc`           | Config for Bourne Again Shell (BASH) | `~/`        |\n| `bash/.bash_functions`   | BASH function utilities              | `~/`        |\n| `vim/.vimrc`             | Config for VIM                       | `~/`        |\n| `git/.gitconfig`         | Global config file for Git           | `~/`        |\n| `git/.gitignore_global`  | Global Git ignore file               | `~/`        |\n\n\n### Directories\n\n| Directory     | Configure                                        | Destination            |\n|---------------|--------------------------------------------------|------------------------|\n| `git/hooks/*` | `git` related hooks                              | `~/.git/hooks/`        |\n| `vim/*`       | VIM specific config `*.vim` files                | `~/.vim/`              |\n| `zsh/*.zsh`   | ZSH specific custom config `*.zsh` files         | `~/.oh-my.zsh/custom/` |\n| `texmf/*`     | Config for `pdflatex`; particularly `stuTeX.tex` | `~/`                   |\n\n----------\n\n\n# Installation\n\n```bash\ncd $HOME\ngit clone https://github.com/stufield/system-config.git\n```\n\n### Install `.oh-my-zsh`\n\n```bash\nsh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n### Install `zsh-autosuggestions`\n\n```bash\ngit clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions\n```\n\n----------\n\n\n## Reload ZSH\n\n```bash\nsource ~/.zshrc\nOR\nzshreload\n```\n\n### dev mode (`.Rprofile`)\n\nAllows for user friendly development mode to alternative `.libPath()`\n(toggle):\n\n```r\ndevmode()  # ON\ndevmode()  # OFF\n```\n\n----------\n\n\n### Commit message template\n\nSet up a standard commit message template to standardize the look and\nfeel of commit messages to `Git` repositories.\n\nAt the moment I recommend configuring inside the local `Git` repository,\nhowever, if you wish, you can set the template globally to implement in\nall your system repositories. \n__note:__ the result of the commands below has\nalready been incorporated into the `.gitconfig` provided using _my_ \ndefault paths.\n\n```bash\ngit config --local commit.template \"~/sys-config/git/commit-msg-template\"\nOR\ngit config --global commit.template \"~/sys-config/git/commit-msg-template\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstufield%2Fsystem-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstufield%2Fsystem-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstufield%2Fsystem-config/lists"}