2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
Go to file
2013-07-21 21:02:03 +02:00
fonts add fonts and agignore 2013-07-17 00:03:21 +02:00
oh-my-zsh@bf4afdf274 update oh-my-zsh 2013-07-17 00:45:00 +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
agignore add fonts and agignore 2013-07-17 00:03:21 +02:00
aliases lots of stuff + osx-start script 2013-07-19 20:40:08 +02:00
exports split zshrc in more files 2013-07-19 19:17:05 +02:00
functions split zshrc in more files 2013-07-19 19:17:05 +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 lots of stuff + osx-start script 2013-07-19 20:40:08 +02:00
Jakefile.js lots of stuff + osx-start script 2013-07-19 20:40:08 +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
osx.sh lots of stuff + osx-start script 2013-07-19 20:40:08 +02:00
README.md updated readme and jakefile: 2013-05-12 23:04:18 +02:00
slate.js news slate keys + vimrc no json/scss - already there 2013-07-21 21:02:03 +02:00
tmux.conf solarized ftw 2013-05-14 19:32:05 +02:00
vimrc news slate keys + vimrc no json/scss - already there 2013-07-21 21:02:03 +02:00
zshrc split zshrc in more files 2013-07-19 19:17:05 +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