Tyler / Linux environment

From WhyNotWiki

Jump to: navigation, search

I try to keep as much of my preferred environment/settings in my public repository as possible so that I can get to them quickly wherever I am...

For reference, here are the steps I need to take to set things up the way I like them, any time I get on a new shell account...

svn co http://svn.tylerrick.com/public

./public/shell/script/install
source ~/.bash_profile
source ~/.bashrc

./public/vim/script/install
./public/ruby/script/install.rb
  • install svn-command
    • shared host? ___(different instructions)
...

(Based on: Gems / How to install to your home directory)

[edit] To do

  • Not everyone will want it checked out to ~/public ; make scripts work no matter where the checkout is
  • Not everyone will want to check out the entire repository!
    • split ~/ruby/examples out of there so it's smaller?
Personal tools