{"id":16445728,"url":"https://github.com/aarsxx/dotfiles","last_synced_at":"2025-03-23T08:32:16.235Z","repository":{"id":242177826,"uuid":"187469178","full_name":"aarsxx/dotfiles","owner":"aarsxx","description":"Dotfiles that make anywhere feel like $HOME","archived":false,"fork":false,"pushed_at":"2024-06-21T07:00:58.000Z","size":6719,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T19:29:06.139Z","etag":null,"topics":["dotfiles","linux","macos","shell"],"latest_commit_sha":null,"homepage":"","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/aarsxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-05-19T11:42:20.000Z","updated_at":"2025-02-04T02:39:03.000Z","dependencies_parsed_at":"2024-06-01T05:49:20.646Z","dependency_job_id":"d011804b-22d9-4610-a6bb-fe9bdf1e0a53","html_url":"https://github.com/aarsxx/dotfiles","commit_stats":null,"previous_names":["andikaleonardo/swift-for-dummies","andikaleonardo/dotfiles"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarsxx%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarsxx%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarsxx%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarsxx%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarsxx","download_url":"https://codeload.github.com/aarsxx/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078067,"owners_count":20557274,"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":["dotfiles","linux","macos","shell"],"created_at":"2024-10-11T09:45:12.255Z","updated_at":"2025-03-23T08:32:15.869Z","avatar_url":"https://github.com/aarsxx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nPresets that make anywhere feel like `$HOME`\n\n## Getting Started\n\n### Install Oh My Zsh\n\nInstall Zsh and [Oh My Zsh](https://ohmyz.sh/).\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n\n# Inspect the install script\ngit clone https://github.com/ohmyzsh/ohmyzsh.git\nvim ./tools/install.sh\n\n# Change the default shell to /bin/zsh\nsudo chsh -s /bin/zsh \"$USER\"\n```\n\n### Generate SSH Key\n\nUse `ssh-keygen` to generate a new SSH key.\n\n```sh\n# Set to username@hostname[.home|local]\nread KEY_COMMENT\n\nssh-keygen -o -a 256 -t ed25519 -C \"$KEY_COMMENT\"\n```\n\n#### Add SSH Key to GitHub\n\nYou must add the new SSH key to GitHub in order to clone this repository and private repositories. Visit https://github.com/settings/keys or use the [GitHub CLI](https://cli.github.com/manual/) to add the key.\n\n```sh\n# Don't add your SSH key yet!\ngh auth login -s write:public_key -s codespace\n\ngh ssh-key add ~/.ssh/id_ed25519.pub --title \"$KEY_COMMENT\"\n```\n\n### Install (these) Dotfiles\n\nClone this repo and install my dotfiles using `./install.sh`.\n\n```sh\ngit clone git@github.com:andikaleonardo/dotfiles.git\n\ncd dotfiles\n./install.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarsxx%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarsxx%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarsxx%2Fdotfiles/lists"}