diff --git a/.gvimrc b/.gvimrc deleted file mode 100644 index 1c588e8b..00000000 --- a/.gvimrc +++ /dev/null @@ -1,5 +0,0 @@ -set guifont=Menlo:h14 -set gcr=n-v-c:block-Cursor/block-Cursor-blinkon0,i-ci:hor20-Cursor-blinkwait2000-blinkon1500-blinkoff500 - -" Hide Toolbar from MacVim -set guioptions-=T diff --git a/.zlogin b/.zlogin index d8b227b8..18581af3 100644 --- a/.zlogin +++ b/.zlogin @@ -1,6 +1,3 @@ -source ~/.rvm/scripts/'rvm' - -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting PATH=/usr/local/bin:$PATH PATH=/usr/local/bin:/usr/local/sbin:$PATH diff --git a/.zsh/lib/promt.zsh b/.zsh/lib/prompt.zsh similarity index 100% rename from .zsh/lib/promt.zsh rename to .zsh/lib/prompt.zsh diff --git a/README.md b/README.md index cf662c02..9460c4d6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@ dotfiles ======== -Collection of various config files +Collection of various config files, stolen from hukl, modified to my needs. + +## General Setup +clone the repository to a location of your choice and link .zshrc, vim.rc, .zsh to your home home-directory. + + + DOTFILES_DIR="~/dotfiles" + ln -s $DOTFILES_DIR/.zsh ~/ + ln -s $DOTFILES_DIR/.zshrc ~/ + ln -s $DOTFILES_DIR/.vimrc ~/ + ln -s $DOTFILES_DIR/.vim ~/ + ln -s $DOTFILES_DIR/.zlogin ~/ + mkdir ~/.vimbackup + +i am leaving out *.git* and *.gitmodules* on purpose right now, since i haven't cleaned them up yet. + ## Vim -run ```git submodule init && git submodule update``` before starting vim +run ```git submodule init && git submodule update``` before starting vim. + + +## For *sudoers* + +in case you want to use `sudo` it is a good idea to do all that again for the root user.