These are my personal dotfiles. Use at your own risk!
Just started working on this, so don't expect anything...
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!
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.
- ESLint: v7.27.0 (list of rules)
- Last checked: 2020-05-29
I learned a lot from - and was inspired by - the dotfiles of other people, in particular (in alphabetical order):
- Matthias Bynens' dotfiles
- Mina Markham's formation
- Nick S. Plekhanov's dotfiles
- Paul Irish's dotfiles
- Write README.md
- Add credits
- Write install script
- Write update script