Skip to content

Commit

Permalink
changed method of instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyl committed Mar 16, 2012
1 parent 16cb0cf commit 31dbaae
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
custom.vim
cache/
func/
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -8,8 +8,7 @@ I am using [most](http://www.jedsoft.org/most/) as a pager and [vim](http://www.
Want to override some configuration and still want updates? Put it in ~/.zsh/custom. It won't be overwritten.

##installation
Just copy .zsh/ and .zshrc to ~
or run install.sh
Just clone to .zsh/ and link ~/.zshrc to ~/.zsh/zshrc
Do not forget to change your default shell (chsh command).

##What is done?
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions custom.zsh
@@ -0,0 +1,14 @@
alias y=yaourt
alias rn="ssh ivyl@stallman2.rootnode.net"
alias vpn="/home/l1/Documents/vpn/vpn"
alias tlp="sudo tlp"
alias argify="ruby -e 'ARGF.each{|x|puts \"\\\"#{x.chomp}\\\"\"}'"

alias poe="ssh ivyl@poe.sigillum.cc -p 443"
alias poedb="ssh -L 3306:localhost:3306 ivyl@poe.sigillum.cc -p 443 -N"

alias rc.d="nocorrect sudo rc.d"

export JAVA_HOME=/usr/lib/jvm/java-7-openjdk

PATH="$PATH:~/.bin"
File renamed without changes.
7 changes: 0 additions & 7 deletions install.sh

This file was deleted.

File renamed without changes.

0 comments on commit 31dbaae

Please sign in to comment.