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 e314576316 Better hammerspoon, fullsize-shortcut + less layouts 7 years ago
alfred Add unicall workflow for alfred 7 years ago
doc ruby version 2.2 10 years ago
hammerspoon Better hammerspoon, fullsize-shortcut + less layouts 7 years ago
install Remove caffeine, use Lungo (from app store) 7 years ago
karabiner Update karabiner config for hhkb2, caps_lock + left_control remapping 7 years ago
nvim Add GV (git commit history browser) 7 years ago
office Fix some mutt keybindings, saner attachment-saving, no duplicates 7 years ago
other Fixes 7 years ago
zsh Git aliases 7 years ago
.gitignore Explicitly gitignore mutt cache files 7 years ago
.gitmodules switched to hybrid theme for real 8 years ago
README.md note on khd/kwm bug 8 years ago
agignore Remove vendor-folder from agignore 8 years ago
editorconfig More granular editorconfig, fixes trailing whitespace for mail 7 years ago
gemrc ruby-version, gemrc + rbenv 8 years ago
gitconfig Git aliases 7 years ago
gitignore re-add node_modules + bower_components to gitignore 9 years ago
ruby-version Fix ruby version by setting it via ruby-version file 7 years ago
tmux.conf Ditch hyper, update tmux keybindings to 2.4 7 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

If you are having problems with khd/kwm, run this command and reboot:

sudo launchctl config user path $PATH

This will add your path variable for all services and fixes an issue where khd could not find the kwmc executable.

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

Finally restart your terminal and vim again, and you are ready to go.

Additional stuff

There are additional installation script for commonly used CLI-tools and software (mainly macOS specific) and some color schemes for different terminal emulators, see the folders install/, alfred/ and other/.

Vim

I use neovim as a default, with some selected plugins. Those plugins are managed with dein, see nvim/bundles.vim.