Set up a new Mac super quick! 😎
cd; curl -L https://github.com/furzeface/dotfiles/master/.backup.sh > .backup.sh && bash .backup.shJust to be safe…
cd; curl -#L https://github.com/furzeface/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude=README.mdIf you’re not me, you won’t want
.gitconfigto have my details, or.npm.shto add me as a user.
You also probably don‘t want all my GitHub repos from
.gitrepos.sh, so change that too.
I suggest you fork this repository and amend these scripts accordingly, as well as adding anything extra you need and removing anything in particular you hate. 👍
bash .osx.shbash .brew.shInstall apps with Brew Cask
bash .cask.shInstalls core productivity apps, dev tools, browsers, helper apps.
Install global Node modules with NPM
bash .npm.shInstalls Bower, Grunt and Yeoman globally.
bash .mkdir.shbash .gitrepos.shbash .init.shThis is my fairly opinionated, specific way of setting up Macs for myself. Use it if you want but don’t blame me if anything goes wrong 😎
What license!? WTFPL.