{"id":17749310,"url":"https://github.com/ryanatkn/setup","last_synced_at":"2026-03-02T10:31:10.121Z","repository":{"id":67663926,"uuid":"587910327","full_name":"ryanatkn/setup","owner":"ryanatkn","description":"setup instructions and resources for my dev environment","archived":false,"fork":false,"pushed_at":"2025-05-03T22:41:28.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T23:25:49.245Z","etag":null,"topics":["dev-setup","fish-shell","nodejs","postgres","svelte","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanatkn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"ryanatkn","patreon":"ryanatkn"}},"created_at":"2023-01-11T21:50:31.000Z","updated_at":"2025-05-03T22:41:31.000Z","dependencies_parsed_at":"2023-09-26T23:14:50.303Z","dependency_job_id":"b4250f59-777f-4ead-bbe6-52a049fe8c00","html_url":"https://github.com/ryanatkn/setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanatkn/setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanatkn","download_url":"https://codeload.github.com/ryanatkn/setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanatkn%2Fsetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: 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":["dev-setup","fish-shell","nodejs","postgres","svelte","vscode"],"created_at":"2024-10-26T11:22:45.130Z","updated_at":"2026-03-02T10:31:10.090Z","avatar_url":"https://github.com/ryanatkn.png","language":"Shell","funding_links":["https://github.com/sponsors/ryanatkn","https://patreon.com/ryanatkn"],"categories":[],"sub_categories":[],"readme":"# Setup docs and configs for my dev environment\n\nThis repo has docs, configs, and [a bash script](/setup.sh)\nfor setting up my Ubuntu/Debian dev environment.\n\nIt supports the following software:\n\n- [NodeJS](https://nodejs.org/) via [fnm](https://github.com/Schniz/fnm)\n- [fish](https://fishshell.com/) shell\n- [Postgres](https://www.postgresql.org/)\n- [VSCode](https://code.visualstudio.com/) — recommended for\n  [its Svelte support](https://github.com/sveltejs/language-tools):\n  - [Svelte](https://svelte.dev/)\n  - [ESLint](https://eslint.org/)\n  - [Prettier](https://prettier.io/)\n- my task runner and toolkit `@ryanatkn/gro`: [github.com/ryanatkn/gro](https://github.com/ryanatkn/gro)\n\nIt's designed for distros with `apt` like Ubuntu for both standalone installations and WSL.\n\n## Docs\n\n- [instructions](#instructions) (see below)\n- [`fish/`](fish) — config files that get copied over for fish initialization\n- [`vscode/`](vscode) — settings, snippets, and keybindings for VSCode\n  (copied over by the script unless they exist or the paths aren't right)\n- [`keyrate/`](keyrate) — speedy keyboard repeat rates\n- [`windows/`](windows) — extra steps and notes for Windows users\n\n## Instructions\n\nRequirements:\n\n- [apt](\u003chttps://wikipedia.org/wiki/APT_(software)\u003e) like Debian and Ubuntu\n\n**1. Install a browser and git** for development\n\n**2. Install a text editor** (with good [Svelte support](https://github.com/sveltejs/language-tools) if you need it)\nlike [VSCode](https://code.visualstudio.com/) —\nsee [the `vscode/` directory](vscode) for recommended extensions and docs/config\n\n**3. Download [this repo's files 📁](https://github.com/ryanatkn/setup/archive/refs/heads/main.zip)**\nand run [`setup.sh`](/setup.sh):\n\n```bash\ngit clone https://github.com/ryanatkn/setup\ncd setup\nbash setup.sh\n```\n\nand follow the prompts ⚡\n\n\u003e `setup.sh` should be [idempotent](https://wikipedia.org/wiki/Idempotence#Computer_science_meaning);\n\u003e if you notice a problem running it more than once,\n\u003e [bug reports](https://github.com/ryanatkn/setup/issues) are appreciated\n\n**4. Log out and back in** to update your shell, or reboot for good measure\n\n**5. Go develop**\n\n```bash\nssh-keygen # follow prompts and add `~/.ssh/id_rsa.pub` to GitHub via settings -\u003e SSH and GPG keys\ncd ~/dev # currently hardcoded in script\ngit clone git@github.com:yourname/someproject\ncd someproject\nnpm i\n# then\nc . # alias for `code .`\ngg # alias for `gro dev`\n```\n\n\u003e learn more about [`@ryanatkn/gro`](https://github.com/ryanatkn/gro)\n\n## Todo\n\n- improve the bash script so the authors look like they know what they're doing\n- consider renaming this repo from `setup` to something less generic,\n  maybe I should give in to `dotfiles`\n\n## License 🐦\n\npublic domain ⚘ [The Unlicense](license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanatkn%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanatkn%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanatkn%2Fsetup/lists"}