Skip to content

mastermatt/myenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just my dotfiles.


Matt, you always forget what to do when you get a new laptop. Here just copy and paste this.

mkdir src
cd src
git clone git@github.com:mastermatt/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

# install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

brew bundle
source ~/.zshrc

# remove everything from the dock
defaults write com.apple.dock persistent-apps -array
killall Dock
Set iTerm profile
  • Preferences > Profiles > select "Matt's Primary" > Other Actions > Set as default
Create gpg key and add to GitHub

GitHub Docs

If you get permission issues with /Users/matt/.gnupg:

sudo chown -R $USER ~/.gnupg
chmod 700 ~/.gnupg

About

Just my dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published