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 ca4c11c839 node install stuff and minor changes 11 years ago
fonts add fonts and agignore 11 years ago
oh-my-zsh@bf4afdf274 update oh-my-zsh 11 years ago
vifm vifm changes + brew cask handbrake 11 years ago
vim node install stuff and minor changes 11 years ago
.gitignore removed submodules 11 years ago
.gitmodules removed submodules 11 years ago
Jakefile.js vifm 11 years ago
README.md updated readme and jakefile: 11 years ago
agignore add fonts and agignore 11 years ago
aliases node install stuff and minor changes 11 years ago
brew.sh node install stuff and minor changes 11 years ago
exports split zshrc in more files 11 years ago
functions split zshrc in more files 11 years ago
gitconfig some nice vim and zshrc stuff 11 years ago
gitignore libreoffice lock files in gitignore, vim sourcing, l alias 11 years ago
hgignore_global lots of stuff + osx-start script 11 years ago
jshintrc added .revision to gitignore, updated jshintrc to fit my needs (and work again in vim with syntastic 12 years ago
node.sh node install stuff and minor changes 11 years ago
osx.sh node install stuff and minor changes 11 years ago
slate.js scss snips are css, npmins and slate conf 11 years ago
tmux.conf solarized ftw 11 years ago
vimrc node install stuff and minor changes 11 years ago
zshrc scss snips are css, npmins and slate conf 11 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

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