{"id":20815436,"url":"https://github.com/vineyardbovines/dotfiles","last_synced_at":"2025-07-21T09:33:01.068Z","repository":{"id":100427098,"uuid":"133967249","full_name":"vineyardbovines/dotfiles","owner":"vineyardbovines","description":"🏎 my dotfiles for macOS","archived":false,"fork":false,"pushed_at":"2025-04-18T17:00:47.000Z","size":119,"stargazers_count":45,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T16:48:41.599Z","etag":null,"topics":["dotfiles","macos","macos-setup","tmux","vim","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/vineyardbovines.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,"zenodo":null}},"created_at":"2018-05-18T14:45:58.000Z","updated_at":"2025-05-31T03:26:15.000Z","dependencies_parsed_at":"2024-01-07T16:42:54.597Z","dependency_job_id":"80fdd291-368d-481c-b35c-48da7c6788b7","html_url":"https://github.com/vineyardbovines/dotfiles","commit_stats":null,"previous_names":["vineyardbovines/dotfiles","gretzky/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vineyardbovines/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vineyardbovines","download_url":"https://codeload.github.com/vineyardbovines/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266276122,"owners_count":23903981,"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","macos","macos-setup","tmux","vim","zsh"],"created_at":"2024-11-17T21:23:11.225Z","updated_at":"2025-07-21T09:33:01.047Z","avatar_url":"https://github.com/vineyardbovines.png","language":"Shell","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# dotfiles\n\nDotfiles for my M3 Max Macbook Pro 15,9 running macOS Sequoia 15.x.\n\n![zsh with starship prompt and colorls](https://user-images.githubusercontent.com/15176096/71632895-ff0d0980-2bde-11ea-966f-65e5d564361f.png)\n![vim and tmux](https://user-images.githubusercontent.com/15176096/71633424-2f09dc00-2be2-11ea-9c15-a4f492b7ea68.png)\n\n- Terminal: [Alacritty](https://github.com/jwilm/alacritty) using zsh w/ [starship prompt](https://starship.rs/) and [color-ls](https://github.com/athityakumar/colorls)\n- Vim: [neovim](https://neovim.io/) with [vim-plug](https://github.com/junegunn/vim-plug) to manage plugins\n- Tools: [tmux](https://github.com/tmux/tmux), [z](https://github.com/rupa/z), [fzf](https://github.com/junegunn/fzf)\n\n## Installation\n\n**Before you get started** make sure you give full disk access permission to your terminal (for writing macos defaults). `System Preferences -\u003e Privacy -\u003e Full Disk Access`.\n\nTo install:\n\n`curl -L https://git.io/JeA7g | sh`\n\nThis expands to [run.sh](https://github.com/gretzky/dotfiles/blob/master/run.sh) which will fetch this repo and run the install script.\n\n## File overview\n\n- Configs for the following tools:\n  - [Alacritty](./alacritty)\n  - [colorls](./colorls)\n  - [fzf](./fzf)\n  - [git](./git)\n  - [macos](./macos)\n  - [starship](./starship)\n  - [tmux](./tmux)\n  - [vim](./vim)\n  - [z](./z)\n- Shell environment configs:\n  - [zplug](https://github.com/zplug/zplug) for zsh plugin management\n  - [`.zshrc`](./zsh/.zshrc)\n  - [`.zlogin.sh`](./zsh/.zlogin.sh)\n  - [`.zshenv.sh`](./zsh/.zshenv.sh)\n  - [`.aliases`](./zsh/.aliases)\n  - [`.exports`](./zsh/.exports)\n- [`Brewfile`](./Brewfile) - contains all homebrew packages and casks\n- [Cursor settings and extensions](./cursor)\n\n### Programming languages\n\n- Ruby using homebrew\n- Python with [pyenv](https://github.com/pyenv/pyenv) \n- Node with [n](https://github.com/tj/n)\n\n### Customization\n\n- Be sure to update the user name/email values in the global [gitconfig](./git/.gitconfig)\n- Color scheme is [Ayu Mirage](https://github.com/dempfi/ayu)\n\n## Acknowledgements\n\n- [huyvohcmc/dotfiles](https://github.com/huyvohcmc/dotfiles)\n- [alrra/dotfiles](https://github.com/alrra/dotfiles)\n- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineyardbovines%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvineyardbovines%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineyardbovines%2Fdotfiles/lists"}