montanaflynn / dotfiles

Setup and config files for a sweet MacBook OSX "El Capitan" development environment
1 stars 0 forks source link

Word breh #1

Open gkze opened 8 years ago

gkze commented 8 years ago

Mind having a bootstrap install/uninstall script?

montanaflynn commented 8 years ago

Sure I'll add one, you're talking about something like my old yosemite setup.sh script right?

gkze commented 8 years ago

yeah, something like I have -

curl -sL https://raw.githubusercontent.com/gkze/dots/master/bootstrap.sh | bash

so that I can try this out easily. I'm working on mine to be able to undo the install so you can go back to a clean slate, that way it's easier to try out

montanaflynn commented 8 years ago

Here you go: https://github.com/montanaflynn/dotfiles/blob/master/setup.sh

Be warned, there is no "undo" and it should really only be ran on fresh installs. I didn't test anything.

gkze commented 8 years ago

haha thanks