Skip to content

mdkitzman/myenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles, with some heavy inspiration


Setup a new Mac environment using this set of commands

mkdir -p ~/projects
cd projects
git clone git@github.com:mdkitzman/myenv.git
cd myenv
make install

# install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash

brew bundle
source ~/.zshrc

# remove everything from the dock
defaults write com.apple.dock persistent-apps -array
killall Dock

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published