2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-11 07:10:40 +00:00
Go to file
Steffen Rademacker 487848c38c opera
2014-09-18 12:40:04 +02:00
install opera 2014-09-18 12:40:04 +02:00
tmux submodule / dircolors solarized 2014-09-01 20:35:49 +02:00
vim neosnippet 2014-03-19 14:25:37 +01:00
zsh submodule / dircolors solarized 2014-09-01 20:35:49 +02:00
.gitignore lots 2014-08-14 17:08:33 +02:00
.gitmodules submodule / dircolors solarized 2014-09-01 20:35:49 +02:00
agignore lots 2014-08-14 17:08:33 +02:00
aliases lots 2014-08-14 17:08:33 +02:00
editorconfig MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
exports solarized and italics 2014-09-01 20:31:03 +02:00
functions MAJOR changes - no oh-my-zsh, rbenv, tmuxifier, dircolors pure-shell etc 2013-11-24 18:52:33 +01:00
gitconfig lots 2014-08-14 17:08:33 +02:00
gitignore lots 2014-08-14 17:08:33 +02:00
jscsrc jscsrc + vtop + minimal rubygems 2014-08-26 16:20:44 +02: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 solarized and italics 2014-09-01 20:31:03 +02:00
vimrc iterm prefs + vimrc/colors/italic stuff 2014-09-04 20:39:39 +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