GitHunt
ST

stefankolb/dotfiles

My personal shell, git etc. config files.

Stefan's dotfiles

These are my personal dotfiles. Use at your own risk!

Just started working on this, so don't expect anything...

Installation

To install/setup these dotfiles, you can runuse the install script via cURL:

curl -o- https://raw.githubusercontent.com/stefankolb/dotfiles/master/install.sh | bash

NOTE: Currently, this will override any existing dotfiles, so be careful!

Noteworthy

.eslintrc

I've been using JSHint for quite some time, but recently
switched to ESLint. The ESLint runtime configuration in
.eslintrc-all holds
all available rules for the version mentioned below. All checks are deactived by default and can be activated on a per project base. I use .eslintrc during development and .eslintrc-commit is used in Git pre-commit.

Credits

I learned a lot from - and was inspired by - the dotfiles of other people, in
particular (in alphabetical order):

ToDos

  • Write README.md
    • Add credits
  • Write install script
  • Write update script

Languages

Shell72.1%CSS24.5%Vim Script3.4%

Contributors

Created August 13, 2016
Updated December 7, 2024