2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
Go to file
2013-01-07 20:40:51 +01:00
oh-my-zsh@a4bf3a2684 reverted to working oh-my-zsh fork 2013-01-01 21:04:18 +01:00
vim updated submodules 2013-01-07 20:40:51 +01:00
.gitignore Initial commit - dotvim to dotfiles - with install script, yeah 2012-05-28 16:38:01 +02:00
.gitmodules removed unused vim bundles, updated others 2012-11-21 14:55:47 +01:00
ackrc submodules, and lot's of other stuff 2012-11-13 19:28:59 +01:00
colors.itermcolors iterm config + better tmux 2012-09-22 19:54:43 +02:00
com.googlecode.iterm2.plist iterm settings 2012-11-21 14:57:20 +01:00
gitconfig submodules, and lot's of other stuff 2012-11-13 19:28:59 +01:00
gitignore twig files in vim and intellij gitignore 2012-12-12 19:15:59 +01:00
hgignore_global added webapi for gist.vim, added mercurial ignore, yankring config 2012-06-20 19:15:15 +02:00
Jakefile.js added node install setup (in jake - this is kinda stupid) 2012-12-15 17:58:34 +01:00
jshintrc added .revision to gitignore, updated jshintrc to fit my needs (and work again in vim with syntastic 2012-07-04 19:01:04 +02:00
pearrc now locally using php 5.4 2012-09-20 19:47:05 +02:00
README.md Now using ZSH with oh-my-zsh, better ackrc, removed bash-stuff, updated submodules 2012-08-26 19:07:30 +02:00
tmux.conf Added node_modules to gitignore (use package.json) 2012-10-09 19:05:32 +02:00
vimrc twig files in vim and intellij gitignore 2012-12-12 19:15:59 +01:00
zshrc braaaaaiins 2012-11-27 23:41:10 +01:00

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/nebelschwade/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
  • browser-refresh
  • buffergator
  • ctrlp
  • easymotion
  • editorconfig
  • fugitive
  • gist (more config needed, see github page)
  • indent-guides
  • indent-object
  • matchit
  • nerdtree
  • nrrwrgn
  • pasta
  • ragtag
  • repeat
  • snipmate
  • sparkup
  • supertab
  • surround
  • syntastic
  • tabular
  • tagbar
  • tcomment
  • unimpaired
  • yankring
  • zoomwin

Bundled Color Schemes

  • jellybeans (one to rule them all)

Better syntax and indenting for

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

Custom Stuff (see my github profile)

  • typoscript syntax for Vim

  • a better statusline

  • 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

  • ,r for browser-refreshing-

  • ,n for nerdtree toggling

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

  • ,y for the yankring

  • ,b for toggling buffergator

  • ,t for CtrlP

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

  • <F8> for toggling the tagbar

  • <shift-tab> in css indents single line to column 31

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