Set up a new Mac super quick! 😎
cd; curl -L https://raw.githubusercontent.com/furzeface/dotfiles/master/.backup.sh > .backup.sh && bash .backup.sh
Just to be safe…
cd; curl -#L https://github.com/furzeface/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude=README.md
If you’re not me, you won’t want
.gitconfig
to have my details, or.npm.sh
to 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.sh
bash .brew.sh
Install apps with Brew Cask
bash .cask.sh
Installs core productivity apps, dev tools, browsers, helper apps.
Install global Node modules with NPM
bash .npm.sh
Installs Bower, Grunt and Yeoman globally.
bash .mkdir.sh
bash .gitrepos.sh
bash .init.sh
This 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.