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 2ad09fceac submodules 12 years ago
oh-my-zsh@a4bf3a2684 reverted to working oh-my-zsh fork 12 years ago
vim submodules 12 years ago
.gitignore Initial commit - dotvim to dotfiles - with install script, yeah 13 years ago
.gitmodules webgefrickel vs. nebelschwade + removed yankring, pahtogen 2.2 12 years ago
Jakefile.js lowercase ftw 12 years ago
README.md webgefrickel vs. nebelschwade + removed yankring, pahtogen 2.2 12 years ago
ackrc submodules, and lot's of other stuff 12 years ago
colors.itermcolors iterm config + better tmux 12 years ago
com.googlecode.iterm2.plist iterm settings 12 years ago
gitconfig submodules, and lot's of other stuff 12 years ago
gitignore twig files in vim and intellij gitignore 12 years ago
hgignore_global added webapi for gist.vim, added mercurial ignore, yankring config 12 years ago
jshintrc added .revision to gitignore, updated jshintrc to fit my needs (and work again in vim with syntastic 12 years ago
pearrc now locally using php 5.4 12 years ago
tmux.conf Added node_modules to gitignore (use package.json) 12 years ago
vimrc lowercase ftw 12 years ago
zshrc submodules 12 years ago

README.md

My dotfiles

This is a collection of my dotfiles. Requirements are: installed and working homebrew with installed node, npm and the node jake-plugin. And zsh :-)

git clone git://github.com/webgefrickel/Dotfiles ~/Dotfiles
cd ~/Dotfiles
jake

Restart your terminal and type

cd ~/Dotfiles
jake zsh

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.

oh-my-zsh

I use the famous oh-my-zsh framework with a custom theme. Have a look at the zshrc-file for custom aliases and functions.

VIM

Bundled Plugins

  • Pathogen (sits in autoload/ - the only one not in bundle/)
  • ack
  • buffergator
  • ctrlp
  • easymotion
  • editorconfig
  • fugitive
  • gist (more config needed, see github page)
  • indent-object
  • matchit
  • nerdtree
  • nrrwrgn
  • powerline
  • ragtag
  • repeat
  • snipmate
  • sparkup
  • supertab
  • surround
  • syntastic
  • tabular
  • tcomment
  • unimpaired
  • zoomwin

Bundled Color Schemes

  • jellybeans (one to rule them all)

Better syntax and indenting for

  • css3
  • git
  • html5
  • javascript
  • markdown
  • php
  • scss
  • typoscript

Custom Stuff (see my github profile)

  • typoscript syntax for Vim

  • custom snipmate snippets

  • remapping ; to :

  • <leader> is set to comma (,)

  • <tab> and <shift-tab> for switching between buffers

  • no arrow-keys, except for indenting, moving blocks of code with <shift>

  • ,u and ,l (and uppercase) for uppercasing/lowercasing words

  • ,w for switching to words

  • ,v for a new vertical split

  • ,= for resizing splits equally

  • ,a for Ack-Search

  • ,f for search and replace

  • ,/ for un/commenting

  • ,z for zoomin

  • ,n for nerdtree toggling

  • ,m for easymotion (,mw or ,mf are my favorites here)

  • ,b for toggling buffergator

  • ,t for CtrlP

  • ,d for changing the working dir to the dir of the current file

  • ,e for editing file in the same path

  • autotrailing of whitespace for php, html, css, js, ts, xml, json, inc and vim files

Hav a look at the vimrc-file and have fun!