{"id":20196836,"url":"https://github.com/itsjonq/dotfiles","last_synced_at":"2025-04-10T10:44:37.122Z","repository":{"id":146984503,"uuid":"55874945","full_name":"ItsJonQ/dotfiles","owner":"ItsJonQ","description":"Ma dotfiles \u003c3","archived":false,"fork":false,"pushed_at":"2024-11-21T13:46:48.000Z","size":17814,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T09:38:31.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jonquach.com/","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/ItsJonQ.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":"2016-04-10T01:22:49.000Z","updated_at":"2024-11-21T13:46:53.000Z","dependencies_parsed_at":"2024-06-07T02:27:05.692Z","dependency_job_id":null,"html_url":"https://github.com/ItsJonQ/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/ItsJonQ%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJonQ","download_url":"https://codeload.github.com/ItsJonQ/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248200763,"owners_count":21063974,"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":"2024-11-14T04:26:14.709Z","updated_at":"2025-04-10T10:44:37.101Z","avatar_url":"https://github.com/ItsJonQ.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Setup SSH keys\n\nFollow [Github's SSH guide](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)\n\n\n### Test SSH with Github\n\nRun the following command:\n\n```sh\nssh -T git@github.com\n```\n\n\n### Setting it up with servers\n\nRun the following command, but replace x with server IP:\n\n```shell\ncat ~/.ssh/id_rsa.pub | ssh root@x.x.x.x \"mkdir -p ~/.ssh \u0026\u0026 cat \u003e\u003e  ~/.ssh/authorized_keys\"\n```\n\n[Learn more](https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2)\n\n\n## Install brew + dotfiles\n\nTo get setup from scratch, run this command in the Terminal:\n\n```shell\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\" \u0026\u0026 sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\" \u0026\u0026 git clone git@github.com:ItsJonQ/dotfiles.git ~/dotfiles\n```\n\n\n## nvm\n\n```shell\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash\n```\n\n\n## Vim Plugged\n\n```shell\ncurl -fLo ~/.vim/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjonq%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fdotfiles/lists"}