Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.82 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.82 KB

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