Skip to content

🔥 🐉 My dotfiles (vim, KDE, git, dragons...)

License

Notifications You must be signed in to change notification settings

jkrol2/dotfiles

 
 

Repository files navigation

dotfiles

Travis CI

To install:

$ make

This will create symlinks from this repo to your home folder.

To customize:

Save env vars, etc in a .extra file, that looks something like this:

###
### Git credentials
###

GIT_AUTHOR_NAME="Your Name"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
GH_USER="nickname"
git config --global github.user "$GH_USER"

Tests

The tests use shellcheck and pylint. You don't need to install anything. They run in a container.

$ make test

Based on

TODO

  • Full KDE configuration
  • golang installation
  • libvirt configuration
  • vagrant and virtualbox configuration

About

🔥 🐉 My dotfiles (vim, KDE, git, dragons...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.0%
  • HTML 11.0%
  • Makefile 9.1%
  • Python 2.8%
  • Vim Script 2.1%