[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:
parent
7d75a3a8e1
commit
e6169f92a1
2 changed files with 0 additions and 3 deletions
1
gemrc
1
gemrc
|
@ -1 +0,0 @@
|
|||
gem: --no-ri --no-rdoc --no-document --suggestions
|
2
install
2
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue