2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
Go to file
2013-05-12 23:04:18 +02:00
oh-my-zsh@bb5ca12c53 updated oh-my-zsh 2013-05-12 21:37:06 +02:00
vim Create empty vim-folder 2013-05-12 21:44:32 +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 minor changes and submodule updates 2013-05-11 22:26:43 +02:00
gitignore now using Ag instead of Ack 2013-05-12 21:28:32 +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 minor changes to term/shell config 2013-05-12 21:29:46 +02:00
vimrc remove unused leader/configs 2013-05-12 21:31:07 +02:00
zshrc remove dotup / not longer needed just for ohmyzsh 2013-05-12 21:32:27 +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