kevin-david / dotfiles

Adaptation of @holman's dotfiles repo for myself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@kevin-david's dotfiles

Forked from @holman's dotfiles. More info in that repo.

install

Run this:

git clone https://github.com/kevin-david/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

The main file you'll want to change right off the bat is zsh/zshrc.symlink, which sets up a few paths that'll be different on your particular machine.

dot is a simple script that installs some dependencies, sets sane macOS defaults, and so on. Tweak this script, and occasionally run dot from time to time to keep your environment fresh and up-to-date. You can find this script in bin/.

About

Adaptation of @holman's dotfiles repo for myself.

License:MIT License


Languages

Language:Shell 57.4%Language:Ruby 35.2%Language:Python 7.4%