[mysql] dropping MySQL stuff

Mostly live in Docker these days and don't concern myself with this sort of
stuff locally anymore
This commit is contained in:
Josh Sherman 2017-12-23 17:13:41 -06:00
parent b40a370fac
commit e3b1eb6431
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
4 changed files with 0 additions and 14 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "vendor/nitso/colour-mysql-console"]
path = vendor/nitso/colour-mysql-console
url = https://github.com/nitso/colour-mysql-console
[submodule "vendor/fetchlogic/ship"]
path = vendor/fetchlogic/ship
url = git@github.com:fetchlogic/ship.git

View file

@ -18,9 +18,7 @@ rm -rf \
$HOME/.config/gtk-3.0/gtk.css \
$HOME/.gemrc \
$HOME/.gitconfig \
$HOME/.grcat \
$HOME/.mongorc.js \
$HOME/.my.cnf \
$HOME/.screenrc \
$HOME/.vim \
$HOME/.zshrc
@ -28,9 +26,7 @@ rm -rf \
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/vendor/nitso/colour-mysql-console/.grcat $HOME/.grcat
ln -s $DOTFILES/mongorc.js $HOME/.mongorc.js
ln -s $DOTFILES/my.cnf $HOME/.my.cnf
ln -s $DOTFILES/screenrc $HOME/.screenrc
ln -s $DOTFILES/vim $HOME/.vim
ln -s $DOTFILES/zshrc $HOME/.zshrc

6
my.cnf
View file

@ -1,6 +0,0 @@
[client]
user = root
password = mysql
[mysql]
pager = grcat ~/.grcat

@ -1 +0,0 @@
Subproject commit 2f62b8a9b18b22fdc2ccfa0df2d92e0ca1275e74