{"id":16775734,"url":"https://github.com/tupton/dotfiles","last_synced_at":"2025-03-22T00:30:51.340Z","repository":{"id":498652,"uuid":"125535","full_name":"tupton/dotfiles","owner":"tupton","description":"⚙ My configuration files.","archived":false,"fork":false,"pushed_at":"2025-03-04T04:41:35.000Z","size":845,"stargazers_count":14,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T06:22:58.171Z","etag":null,"topics":["configuration","dotfiles","macos","makefile","personal-dotfiles","shell"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/tupton.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":"2009-02-10T04:17:46.000Z","updated_at":"2025-03-04T04:41:38.000Z","dependencies_parsed_at":"2023-10-17T05:00:18.921Z","dependency_job_id":"fde07e05-d107-4a1a-a177-a0e461002135","html_url":"https://github.com/tupton/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/tupton%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tupton%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tupton%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tupton%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tupton","download_url":"https://codeload.github.com/tupton/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890102,"owners_count":20527030,"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":["configuration","dotfiles","macos","makefile","personal-dotfiles","shell"],"created_at":"2024-10-13T07:07:17.215Z","updated_at":"2025-03-22T00:30:50.910Z","avatar_url":"https://github.com/tupton.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n[![CircleCI Build Status](https://dl.circleci.com/status-badge/img/gh/tupton/dotfiles/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/tupton/dotfiles/tree/main)\n\nA collection of config files that I use.\n\n## Installation\n\nInstalling will overwrite anything in the way. Run `make -n` first. If you are happy with that output, you can test the dotfile environment with\n\n\n    ❯ TMP=$(mktemp -d -t HOME); HOME=$TMP make install \u0026\u0026 ls -al $TMP \u0026\u0026 unset TMP\n\nInstall common, cross-platform dotfiles to `$HOME` with\n\n    ❯ make install\n\nInstall individual dotfiles with, e.g.\n\n    ❯ make install-git\n\nor\n\n    ❯ make install-vim-config\n\nand so forth.\n\nLook at the `Makefile` to see which dotfiles are installed by default and which require running a separate task. For example, tarsnap configs only really apply to my local machine, so they are not installed by default.\n\nUse `make list` to see a list of all targets, including the test targets and any auxiliary helper targets. More on test targets follows.\n\n## Tests\n\nThere is a `test` target in the Makefile. Not everything is tested, but I've attempted to verify the files that can be tested. If you know of a way to verify or test other dotfiles, please open an issue or let me know.\n\n- All `zsh` and `bash` config files and scripts are parsed by their respective shells. This includes all the `zsh` installation script helpers.\n- All `vim` config files are linted by [vim-vint].\n- All [dotjs] files are linted by [eslint].\n\n  [vim-vint]: https://github.com/Kuniwak/vint\n  [dotjs]: https://github.com/tupton/dotjs\n  [eslint]: http://eslint.org/\n\n\nYou need `bash` and `zsh` installed to check the syntax of some installation files. Presumably, if you are using these dotfiles, you have at least those two shells installed.\n\nIn order to test the dotjs and vim config files, you need to install vim-vint and eslint. There is a `test-requirements.txt` to help with vim-vint, and there is a `package.json` to help with the javascript linters. Simply run `pip install -r test-requirements.txt` and `npm install --only=dev` to install these dependencies.\n\nNote that you *do not* need to install `pip` and `npm` requirements in order to install and use these dotfiles. These requirements are only used for running tests, hence their test- and dev-specific install commands.\n\n## Inspiration and Thanks\n\n\u003chttps://sanctum.geek.nz/cgit/dotfiles.git/about/\u003e - Makefile and overall project structure\n\n\u003chttps://github.com/holman/dotfiles\u003e - Interactive, templated gitconfig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftupton%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftupton%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftupton%2Fdotfiles/lists"}