pmarsceill / setup

Setup a new machine with my apps and config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My dotfiles (configuration files) for commonly used applications and MacOS settings.

New system prep

Get Git & Homebrew to clone this repo and install binaries

Install XCode command line tools

$ xcode-select --install

Install Homebrew

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install Git

$ brew install git

Clone this repo

$ git clone https://github.com/pmarsceill/dotfiles ~/dotfiles
$ cd ~/dotfiles

Install the rest of the binaries

$ ./getbinaries.sh

Install other utilities

Install dotfiles

$ ./install.sh

About

Setup a new machine with my apps and config

License:MIT License


Languages

Language:JavaScript 96.9%Language:HTML 2.0%Language:CSS 0.4%Language:Ruby 0.3%Language:TypeScript 0.2%Language:Shell 0.1%Language:Vim Script 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Python 0.0%