Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed prompt.zsh to prompt.zsh #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .gvimrc

This file was deleted.

3 changes: 0 additions & 3 deletions .zlogin
Original file line number Diff line number Diff line change
@@ -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

File renamed without changes.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.