Skip to content

KevinRickard/dotfiles-1

Repository files navigation

dotfiles

alpha status

This is still in rapid development and not a full setup yet. Not everything works as intended. Use at your own risk.

Make sure to edit personalinfo and look at all the scripts beforehand if you'd like to use this on your own machine.

Open a terminal and type sudo -v to get the password prompt out of the way, and then copy and paste the following into the terminal:

# Keep-alive: update existing `sudo` time stamp until finished
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &

# Make sure we're home
cd ~

# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null

# get git
brew install git

# get dotfiles
git clone https://github.com/KevinRickard/dotfiles.git
cd dotfiles
source setup.sh

#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published