2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
Go to file
Steffen Becker dc188e1598 airline vs. powerline, no more sparkup etc.
vim expand region
multiple cursors
2013-07-16 23:54:40 +02:00
oh-my-zsh@4a6e84e658 some nice vim and zshrc stuff 2013-07-05 18:49:04 +02:00
vifm shorter snippets, zsh completion grunt + git-flow 2013-06-13 11:55:16 +02:00
vim some nice vim and zshrc stuff 2013-07-05 18:49:04 +02:00
.gitignore removed submodules 2013-05-11 23:19:56 +02:00
.gitmodules removed submodules 2013-05-11 23:19:56 +02:00
gitconfig some nice vim and zshrc stuff 2013-07-05 18:49:04 +02:00
gitignore libreoffice lock files in gitignore, vim sourcing, l alias 2013-05-16 17:23:35 +02:00
hgignore_global slate + hg + colors 2013-02-22 19:43:59 +01:00
Jakefile.js updated readme and jakefile: 2013-05-12 23:04:18 +02: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 updated readme and jakefile: 2013-05-12 23:04:18 +02:00
slate.js some minor changes and submodule updates 2013-05-11 22:26:43 +02:00
tmux.conf solarized ftw 2013-05-14 19:32:05 +02:00
vimrc airline vs. powerline, no more sparkup etc. 2013-07-16 23:54:40 +02:00
zshrc some nice vim and zshrc stuff 2013-07-05 18:49:04 +02: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/webgefrickel/dotfiles ~/dotfiles
cd ~/dotfiles
jake

If you haven't configured ZSH to be your default shell yet: 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 a custom fork of the famous oh-my-zsh framework. Have a look at the zshrc-file for custom aliases and functions.

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