2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-01 21:40:19 +00:00
Go to file
2014-07-16 15:02:27 +02:00
install aliases + ruby 2.1.2 2014-06-24 14:59:40 +02:00
tmux updated submodules, added rst-tables + splitjoin 2014-06-02 12:28:38 +02:00
vim neosnippet 2014-03-19 14:25:37 +01:00
zsh updated submodules, added rst-tables + splitjoin 2014-06-02 12:28:38 +02:00
.gitignore removed submodules 2013-05-11 23:19:56 +02:00
.gitmodules MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
agignore fixing agignore 0.22.0 errors manually (for unite too) 2014-06-30 13:36:26 +02:00
aliases no php alias (executable) and vim stuff 2014-07-07 14:23:06 +02:00
editorconfig MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
exports aliases + ruby 2.1.2 2014-06-24 14:59:40 +02:00
functions MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
gitconfig meh blah blubb 2014-03-26 16:33:00 +01:00
gitignore no more vifm (never used it), smaller install, no jake, .rev in gitignore 2014-01-15 19:35:18 +01:00
jshintrc maxlen + module/require globals 2013-11-23 16:52:31 +01:00
README.md MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
slate.js ssh-copy-id + slate multimonitor/fullheight setup 2014-01-17 15:51:59 +01:00
tmux.conf updated submodules, added rst-tables + splitjoin 2014-06-02 12:28:38 +02:00
vimrc better zsh history serach, removed css-syntax/added other and plugins for vim 2014-07-16 15:02:27 +02:00
zshrc better zsh history serach, removed css-syntax/added other and plugins for vim 2014-07-16 15:02:27 +02:00

My dotfiles

This is a collection of my dotfiles.

git clone git://github.com/webgefrickel/dotfiles ~/dotfiles
cd ~/dotfiles
./install/_install.sh

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.

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