[gem] not even sure what this does

Similar to previous commits, most of this was solid when it was me needing it
locally, but it's not something that comes up very often in Docker land
This commit is contained in:
Josh Sherman 2017-12-23 17:54:32 -06:00
parent 7d75a3a8e1
commit e6169f92a1
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 0 additions and 3 deletions

1
gemrc
View file

@ -1 +0,0 @@
gem: --no-ri --no-rdoc --no-document --suggestions

View file

@ -16,14 +16,12 @@ git submodule update --init --recursive
rm -rf \
$HOME/.config/gtk-3.0/gtk.css \
$HOME/.gemrc \
$HOME/.gitconfig \
$HOME/.screenrc \
$HOME/.vim \
$HOME/.vimrc \
$HOME/.zshrc
ln -s $DOTFILES/gemrc $HOME/.gemrc
ln -s $DOTFILES/gitconfig $HOME/.gitconfig
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
ln -s $DOTFILES/screenrc $HOME/.screenrc