An open API service indexing awesome lists of open source software.

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.

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
```