Skip to content

KaiBirkenstock/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/KaiBirkenstock/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

About

My dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.9%
  • Ruby 11.1%