Skip to content

Commit

Permalink
added pry dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Feña Agar committed Aug 31, 2015
1 parent 95d1893 commit cd9f076
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 2 deletions.
9 changes: 9 additions & 0 deletions dotfiles/pry/pryrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
begin
require 'awesome_print'
require 'pry-byebug'
require 'pry-doc'
require 'pry-stack_explorer'
Pry.config.print = proc { |output, value| output.puts value.ai }
rescue LoadError => err
puts "PRY INIT ERROR: #{err}"
end
3 changes: 1 addition & 2 deletions scripts/symlink_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ rm $ZSH/custom/*

#Link
ln -s $LOCAL_DIR/dotfiles/zsh/zshrc $HOME/.zshrc
ln -s $LOCAL_DIR/dotfiles/zsh/plugins $HOME/.oh-my-zsh/custom/plugins
ln -s $LOCAL_DIR/dotfiles/zsh/plugins/* $HOME/.oh-my-zsh/custom/plugins/
ln -s $LOCAL_DIR/dotfiles/zsh/themes $HOME/.oh-my-zsh/custom/themes
# ln -s $LOCAL_DIR/dotfiles/vim/vimrc ~/.vimrc
Loading

0 comments on commit cd9f076

Please sign in to comment.