mtburge / dotfiles-macos

My Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matt's dotfiles

brew bundle install
make install
vim +PlugInstall

Atom Packages

Use apm to keep the packages list up to date.

apm list --installed --bare > packages.txt

Install all the packages listed in packages.txt

apm install --packages-file packages.txt

About

My Dotfiles

License:MIT License


Languages

Language:Vim Script 96.3%Language:Shell 2.5%Language:Makefile 0.6%Language:Ruby 0.6%