peco added

This commit is contained in:
Michael Skrynski
2014-09-11 10:13:17 +02:00
parent af0076973b
commit 86685e70ed
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
# some variables
_zsh_file="/usr/local/bin/zsh"
_homebrew=`which brew`
_to_install="csshx erlang imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh"
_to_install="csshx erlang imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh peco"
# Generate symlinks for files
for i in gemrc gvimrc irbrc jumprc NERDTreeBookmarks screenrc vimrc zshrc tmux.conf
@@ -44,6 +44,7 @@ fi
# install some stuff
if [ -f $_homebrew ]
then
$_homebrew tap peco/peco
$_homebrew install $_to_install
else
echo "Homebrew not installed"

View File

@@ -29,3 +29,5 @@ alias rs='rails server'
alias rc='rails console'
alias bx='bundle exec'
alias p='peco'