https://github.com/mrecachinas/dotfiles
:computer: My macOS run command (RC) files
https://github.com/mrecachinas/dotfiles
bashrc homebrew python shell zshrc
Last synced: about 2 months ago
JSON representation
:computer: My macOS run command (RC) files
- Host: GitHub
- URL: https://github.com/mrecachinas/dotfiles
- Owner: mrecachinas
- Created: 2013-04-28T06:26:45.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T17:48:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T10:11:24.140Z (over 1 year ago)
- Topics: bashrc, homebrew, python, shell, zshrc
- Language: Shell
- Homepage: https://github.com/mrecachinas/dotfiles
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## New macOS Setup
1. Start fresh — don't try to copy an existing laptop
2. Run the setup script:
```sh
curl -fsSL https://raw.githubusercontent.com/mrecachinas/dotfiles/main/setup.sh | bash
```
Or if you've already cloned the repo:
```sh
./setup.sh
```
The script will:
- Install Xcode Command Line Tools
- Install Homebrew
- Install 1Password and chezmoi (pauses for 1Password SSH setup)
- Apply dotfiles via chezmoi
- Install everything from ~/.Brewfile
- Install vim-plug and plugins
- Install nvm
After setup completes:
- Open Vim and run `:Copilot setup`
- Restart your terminal to load `nvm`