https://github.com/sammi-turner/macos-dotfiles
My config files.
https://github.com/sammi-turner/macos-dotfiles
dotfiles macos macvim
Last synced: about 1 month ago
JSON representation
My config files.
- Host: GitHub
- URL: https://github.com/sammi-turner/macos-dotfiles
- Owner: sammi-turner
- Created: 2021-11-14T00:41:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:19:42.000Z (2 months ago)
- Last Synced: 2025-04-05T14:36:27.727Z (about 2 months ago)
- Topics: dotfiles, macos, macvim
- Language: Shell
- Homepage:
- Size: 4.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacOS-Dotfiles
My config files.
## To install "Oh My Zsh"
Enter this command
```
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```Note that this will replace your existing .zshrc, so install it before adding the zsh config in this repo!
## To install Homebrew
After installing Xcode from the Apple app store, enter this command
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```Then add brew to the PATH variable by making sure these lines are at the top of your .zshrc config
```
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/homebrew/sbin:$PATH
```
## To install Mac Ports
Download the installer from [this page](https://www.macports.org/install.php) and run it.
## Checklist for a new machine
Install the following packages with homebrew
```
git
ffmpeg
yt-dlp
nvim
iterm2
textmate
```