Skip to content

stefankolb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal shell, git etc. config files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published