Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.12 KB

My dotfiles

This is a simple collection of shell scripts to setup my dotfiles. Why Shell? Because it gets shit done and I don't need any other fancy features.

Installation

Clone the repository somehwere on your disk:

git clone https://github.com/funglaub/dotfiles.git ~/.dotfiles

and launch the bootstrap script like this

GIT_AUTHORNAME="Kermit the frog" GIT_AUTHOREMAIL="[email protected]" GIT_GITHUBUSER="kermit" script/bootstrap.sh

The environment variables take care of your git configuration which is split into ~/.gitconfig and ~/.gitconfig.local, where the latter is the file that contains your personal settings (like your email address).

Some submodules might containt a Makefile. You are supposed to care of those yourself.

Credits