Skip to content

kaiku/dotfiles

 
 

Repository files navigation

Dotfiles

Adapted from https://github.com/mathiasbynens/dotfiles

Installation

Add .extra file using this template:

# Git credentials
GIT_AUTHOR_NAME="<NAME>"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="<EMAIL>"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

Run ./bootstrap.sh

About

My dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.8%
  • Shell 12.2%