{"id":18904955,"url":"https://github.com/concon121/atom-quickstart","last_synced_at":"2025-08-26T15:06:32.772Z","repository":{"id":94143435,"uuid":"88364157","full_name":"concon121/atom-quickstart","owner":"concon121","description":"DEPRECATED - use the atom package sync-settings","archived":false,"fork":false,"pushed_at":"2017-09-20T07:06:21.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T23:16:35.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://atom.io/packages/sync-settings","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/concon121.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-04-15T17:47:44.000Z","updated_at":"2017-09-28T20:59:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f97717bf-2cf1-4e35-84bc-98722409a2da","html_url":"https://github.com/concon121/atom-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/concon121/atom-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concon121","download_url":"https://codeload.github.com/concon121/atom-quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272232302,"owners_count":24896595,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-08T09:09:56.972Z","updated_at":"2025-08-26T15:06:32.705Z","avatar_url":"https://github.com/concon121.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atom-quickstart\nA bash script to set up atom.io for Debian destros!\n\n* Auto-magically update all of your atom plugins.\n* Install and manage new plugins.\n* Backup all of your atom configuration to your github account.\n\n## Installation\n\n```\ngit clone https://github.com/concon121/atom-quickstart.git\ncd atom-quickstart\nsudo make ORIGIN=git@github.com:USERNAME/REPOSITORY.git USER=your-username\n```\n\n## Usage\nYou can add atom-quickstart to your $HOME/.bashrc file.  There are of course checks in place to ensure that only one instance of atom-quickstart is ever running.\n\n```\nsudo atom-quickstart \u0026\n```\n\n## Adding a new plugin\n\nA new plugin can be added to atom by simply creating a new script in the plugins directory which is named as the plugin you wish to install, and has the content below:\n\n```\n#!/bin/bash\n\nfile=`basename $0`\nme=${file:0:-3}\ninstalled=`apm ls | grep \"$me\"`\nif [ -z \"${installed}\" ]\nthen\n  sudo apm install \"$me\"\nfi\n``` \n\nIf your plugin requires any custom extra dependencies which are not managed by apm, then add these to your script as well.\n\n## Extending Configuration\n\nRunning the install script will kick off a file watcher that will watch all the configuration files in this repo and commit them to GitHub if they change.\n\nTo update the configuration, simply change your config directly in atom and the watcher will upload it to your git repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcon121%2Fatom-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcon121%2Fatom-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcon121%2Fatom-quickstart/lists"}