elocke / dotfiles

evan's dotfiles managed by yadm.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evan's dotfiles

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Getting started

curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
xcode-select --install
cd ~
yadm clone https://github.com/elocke/dotfiles.git

If the bootstrap script doesn't start:

yadm bootstrap

It does a bunch of stuff including running the scripts found in the /scripts folder

Components

These are run automatically by the bootstrap script.

Sensible macOS defaults

When setting up a new Mac, you may want to set some sensible macOS defaults:

./scripts/macos

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

brew bundle --file=~/.Brewfile

VS Code

./scripts/vscode

Feedback

Suggestions/improvements welcome!

Thanks to…

About

evan's dotfiles managed by yadm.io

License:MIT License


Languages

Language:Shell 59.3%Language:Vim Script 40.6%Language:GDB 0.0%