dotfiles

My personal settings and dotfiles.

ISC License

Stars
3

Dotfiles

My personal settings and dotfiles.

Installation

If on a work device, run touch ~/.work before the following commands.

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mskelton/dotfiles/HEAD/scripts/git.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mskelton/dotfiles/HEAD/scripts/brew.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mskelton/dotfiles/HEAD/scripts/macos.sh)"

After installing pre-requisites, run the following to setup the dotfiles.

git clone [email protected]:mskelton/dotfiles.git
cd dotfiles
git submodule init
git submodule update --remote
./install

Additional setup