[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:
parent
b40a370fac
commit
e3b1eb6431
4 changed files with 0 additions and 14 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
4
install
4
install
|
@ -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
6
my.cnf
|
@ -1,6 +0,0 @@
|
|||
[client]
|
||||
user = root
|
||||
password = mysql
|
||||
|
||||
[mysql]
|
||||
pager = grcat ~/.grcat
|
1
vendor/nitso/colour-mysql-console
vendored
1
vendor/nitso/colour-mysql-console
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 2f62b8a9b18b22fdc2ccfa0df2d92e0ca1275e74
|
Loading…
Add table
Add a link
Reference in a new issue