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 Becker e4293a45ef gitgutter + airline + tmux conf 11 years ago
install gitgutter + airline + tmux conf 11 years ago
tmux MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
vim node install stuff and minor changes 11 years ago
zsh MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
.gitignore removed submodules 12 years ago
.gitmodules MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
README.md MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
agignore yay 11 years ago
aliases gitgutter + airline + tmux conf 11 years ago
editorconfig MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
exports more brew and fixed aliases 11 years ago
functions MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 11 years ago
gitconfig rebase continue shortcut 11 years ago
gitignore no more vifm (never used it), smaller install, no jake, .rev in gitignore 11 years ago
jshintrc maxlen + module/require globals 11 years ago
slate.js lots of changes and fixes for npm, quicklook etc 11 years ago
tmux.conf gitgutter + airline + tmux conf 11 years ago
vimrc gitgutter + airline + tmux conf 11 years ago
zshrc lots of changes and fixes for npm, quicklook etc 11 years ago

README.md

My dotfiles

This is a collection of my dotfiles.

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.

VIM

I use a lot of plugins and custom syntaxes. They are all installed via vundle - for a list of the plugins see vimrc.

To get things to work properly you first have to install vundle - see the instructions here: vundle