{"id":18932644,"url":"https://github.com/yougotwill/dotfiles","last_synced_at":"2025-04-24T00:06:03.225Z","repository":{"id":40954362,"uuid":"264330301","full_name":"yougotwill/dotfiles","owner":"yougotwill","description":"My macOS setup","archived":false,"fork":false,"pushed_at":"2025-03-15T00:40:36.000Z","size":5223,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-24T00:05:57.585Z","etag":null,"topics":["configuration","dev","dotfiles","git","homebrew","macos","npm","zsh"],"latest_commit_sha":null,"homepage":"","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/yougotwill.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}},"created_at":"2020-05-16T00:51:07.000Z","updated_at":"2025-03-15T00:39:09.000Z","dependencies_parsed_at":"2024-02-01T07:26:54.876Z","dependency_job_id":"9d5575a9-cd34-4908-9c55-a816a6845c8a","html_url":"https://github.com/yougotwill/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/yougotwill%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yougotwill","download_url":"https://codeload.github.com/yougotwill/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535100,"owners_count":21446508,"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","dev","dotfiles","git","homebrew","macos","npm","zsh"],"created_at":"2024-11-08T11:50:02.454Z","updated_at":"2025-04-24T00:06:03.216Z","avatar_url":"https://github.com/yougotwill.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yougotwill dotfiles\n\nyou got dotfiles!\n\n## my macOS setup\n\nStart with my [.zshrc](.zshrc)\n\nFor some of the custom scripts that I use check out the [bin](bin folder) folder.\n\nCheck out the [.brew folder](.brew/brews) for files listing the various CLIs and apps that I use (includes apps installed from the Apple App Store and VS Code extensions).\n\nCheck out the `.default-X` files for global packages installed under asdf.\n\n## Applications\n### Special Mentions\n- Aerospace (My Window Manager of choice)\n- Firefox\n- Iina\n- Kitty\n- LibreOffice\n- Logseq\n- Nimble Commander\n- Session\n- Spotify\n- Thunderbird\n- Typora\n- Visual Studio Code\n\n## How I manage my dotfiles\nInspired by [https://www.atlassian.com/git/tutorials/dotfiles](https://www.atlassian.com/git/tutorials/dotfiles)\n\nThere are various ways to manage your dotfiles but I thought that this method had the least dependencies and was pretty clean.\n\n## How to install\n\n1. Download this [script](bin/dotfiles-install.sh), open your favourite terminal and then run it (don't forget to make it executable)!\n2. Trust in the force.\n3. If it succeeds you should receive the message `dotfiles are setup!`.\n4. Install [Homebrew](https://github.com/Homebrew/brew) by copying and pasting again into your terminal the code below.\n\n```shell\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n5. Install [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) by copying and pasting again into your terminal the code below.\n\n```shell\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n6. Install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)` by copying and pasting again into your terminal the code below.\n\n```shell\n/usr/bin/git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\n```\n7. Install the [spaceship](https://github.com/spaceship-prompt/spaceship-prompt) prompt by copying and pasting again into your terminal the code below.\n\n```shell\n/usr/bin/git clone https://github.com/spaceship-prompt/spaceship-prompt.git \"$ZSH_CUSTOM/themes/spaceship-prompt\" --depth=1\nln -s \"$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme\" \"$ZSH_CUSTOM/themes/spaceship.zsh-theme\"\n```\n8. Install [asdf](https://github.com/asdf-vm/asdf) by copying and pasting again into your terminal the code below.\n\n```shell\n/usr/bin/git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0\n```\n\n9. Run `brestore`. This will install all the packages, applications and VS Code extensions using Homebrew. You can install them incrementally using the `brestore-` aliases see [my aliases](.zshrc.d/aliases) for more info.\n10. Grab a coffee or go for that run you keep procrastinating because this might take a while.\n11. Import global pipx packages with `pipx-import`.\n12. Import global pnpm packages with `pnpm-import`.\n13. Import my configuration for Nimble Commander using `nc-import`.\n13. That's it you should be finished! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyougotwill%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Fdotfiles/lists"}