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 f76e644551 major refactoring/changes for nvim/dein/ale/fzf 8 years ago
alfred more 8 years ago
doc ruby version 2.2 10 years ago
install more 8 years ago
kwm Fixes for iterm2 (using again) 8 years ago
nvim major refactoring/changes for nvim/dein/ale/fzf 8 years ago
other Merge branch 'master' into nvim 8 years ago
zsh major refactoring/changes for nvim/dein/ale/fzf 8 years ago
.gitignore major refactoring/changes for nvim/dein/ale/fzf 8 years ago
.gitmodules switched to hybrid theme for real 8 years ago
README.md major refactoring/changes for nvim/dein/ale/fzf 8 years ago
agignore Remove vendor-folder from agignore 8 years ago
editorconfig Add csv to editorconfig (no trail space) + use appstore 1password 8 years ago
gemrc ruby-version, gemrc + rbenv 8 years ago
gitconfig major refactoring/changes for nvim/dein/ale/fzf 8 years ago
gitignore re-add node_modules + bower_components to gitignore 9 years ago
hyper.js Hyper v1.0 fixes 8 years ago
khdrc Ditch khdrc launcher mode (using alfred anyways) 8 years ago
ruby-version ruby-version, gemrc + rbenv 8 years ago
tmux.conf major refactoring/changes for nvim/dein/ale/fzf 8 years ago
zshrc major refactoring/changes for nvim/dein/ale/fzf 8 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

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.