You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Steffen Rademacker 4897880e61 Add karabiner backup folder to gitignore 4 years ago
hammerspoon Tmux3, lot's of cleanup 4 years ago
install No global linters anymore 4 years ago
karabiner Cleanup, updates 4 years ago
nvim No global linters anymore 4 years ago
office Mutt conf 4 years ago
other Cleanup, updates 4 years ago
zsh Cleanup, updates 4 years ago
.gitignore Add karabiner backup folder to gitignore 4 years ago
.gitmodules switched to hybrid theme for real 8 years ago
README.md Cleanup, updates 4 years ago
editorconfig More granular editorconfig, fixes trailing whitespace for mail 7 years ago
gitconfig Git aliases 7 years ago
gitignore re-add node_modules + bower_components to gitignore 9 years ago
ripgreprc Move to ripgrep, ditch silver searcher 6 years ago
tmux.conf Tmux3, lot's of cleanup 4 years ago

README.md

My dotfiles

This is a collection of my dotfiles.

Installation

git clone git://github.com/webgefrickel/dotfiles ~/dotfiles
cd ~/dotfiles
./install/install.sh

Now change the file .gitconfig.user in your home-folder and provide your git credentials, such as:

[user]
  name = Your name
  email = youremail@domain.de
[github]
  user = username
  token = 1235687641287364

Additional stuff

There are additional installation script for commonly used CLI-tools and software (mainly macOS specific) and config for mutt/neovim, see the folders install/, alfred/ and other/.