Skip to content

Commit

Permalink
add pip config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lx Yu committed Aug 22, 2012
1 parent 7aa0f41 commit e8dfc0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log
3 changes: 3 additions & 0 deletions .pip/pip.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[global]
timeout = 60
index-url = http://e.pypi.python.org/simple
14 changes: 8 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,25 @@ echo "Cloning new dot files ..."

rm -vf ~/.bash_aliases
rm -vf ~/.bashrc
rm -vf ~/.profile
rm -vf ~/.tmux.conf
rm -vf ~/.rtorrent.rc
rm -vf ~/.inputrc
rm -vf ~/.htoprc
rm -vf ~/.gitconfig
rm -vf ~/.htoprc
rm -vf ~/.inputrc
rm -vf ~/.irssi
rm -vf ~/.pip
rm -vf ~/.profile
rm -vf ~/.rtorrent.rc
rm -vf ~/.tmux.conf
rm -vf ~/.virtualenvs

# link to dotfiles
echo "Installing dot files ..."
ln -vs ~/.dotfiles/.irssi ~/.irssi
ln -vs ~/.dotfiles/.bash_aliases ~/.bash_aliases
ln -vs ~/.dotfiles/.bashrc ~/.bashrc
ln -vs ~/.dotfiles/.gitconfig ~/.gitconfig
ln -vs ~/.dotfiles/.htoprc ~/.htoprc
ln -vs ~/.dotfiles/.inputrc ~/.inputrc
ln -vs ~/.dotfiles/.irssi ~/.irssi
ln -vs ~/.dotfiles/.pip ~/.pip
ln -vs ~/.dotfiles/.profile ~/.profile
ln -vs ~/.dotfiles/.rtorrent.rc ~/.rtorrent.rc
ln -vs ~/.dotfiles/.tmux.conf ~/.tmux.conf
Expand Down

0 comments on commit e8dfc0a

Please sign in to comment.