Skip to content

sammi-turner/MacOS-Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation


MacOS-Dotfiles

Very basic configs for zsh and macvim.


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 and run it.


Checklist for a new machine

Install the following packages with homebrew

macvim
git
ffmpeg
yt-dlp
node