I wanted to make the installation of a new computer as easy as possible,
borrowing the ideas of Homebrew, I made the setup to be
installable without having to clone a repo (the installation will still
clone the repo to your home directory, but into the .osx-setup
directory).
This installation script has been made for me and me only. If it renders your system unusable remember that you used it AT YOUR OWN RISK.
- Install homebrew
- Install and configure the fish shell
- Install all the formulae I use normally (and some others)
- Install all the vim bundles and configure my vim environment
- Install and configure my tmux environment
- Install cask and install some of the software I use (and some others)
If you want to install my configuration (AT YOUR OWN RISK!) run:
curl -s https://raw.githubusercontent.com/ecomba/osx-setup/master/bootstrap.sh
| bash
This project is heavily inspired by @christophgockel's dotfiles project.