Skip to content

ablackledge/dotfiles

 
 

Repository files navigation

dotfiles

Set up a new Mac super quick! 😎

Backup any current dotfiles

cd; curl -L https://raw.githubusercontent.com/furzeface/dotfiles/master/.backup.sh > .backup.sh && bash .backup.sh

Just to be safe…

Install these files

cd; curl -#L https://github.com/furzeface/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude=README.md

Please note:

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. 👍

Set sensible OSX defaults

bash .osx.sh

Install Homebrew then use it to install Git, Node and Brew Cask

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.

Create standard set of directories

bash .mkdir.sh

Clone some GitHub repositories

bash .gitrepos.sh

Finally, set some sensible defaults for the installed apps

bash .init.sh

Contributing

Suggestions welcome.

Disclaimer

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 😎

License

What license!? WTFPL.

About

⚫ Set up a new Mac super quick!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.0%
  • JavaScript 3.0%