rajatvig / dotfiles

Scripts to bootstrap a new macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License

Bootstrap for Mac OSX Mojave

Prerequisites

  1. Xcode
  2. Brew

Getting bootstrapped

git clone git@github.com:rajatvig/dotfiles.git ~/dotfiles
cd dotfiles
make bootstrap
make osx

Other targets are defined when make is run without a target

make

Extra notes

  1. Relies on GNU Stow and mr

  2. Doom emacs

cd ~/.emacs.d
git checkout develop
bin/doom refresh
  1. Languages/SDK
make asdf
  1. Relinking
make relink

About

Scripts to bootstrap a new macOS

License:MIT License


Languages

Language:Vim Script 56.6%Language:Shell 38.2%Language:Emacs Lisp 3.2%Language:Ruby 1.2%Language:Makefile 0.8%