Skip to content

Commit

Permalink
jekyll install
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman Baskaya committed Jan 11, 2016
1 parent 5b3a013 commit 8e3edea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion installation2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ cp molokai.vim ~/.vim/color
cp .theanorc ~

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

# jekyll install
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
rvm get stable
rvm use stable
rvm rubygems latest
gem install jekyll
jekyll -v

chsh -s `which zsh`
echo "Backup downloads completed. Check Downloads Folder"

0 comments on commit 8e3edea

Please sign in to comment.