installs mysql
This commit is contained in:
parent
a68499b913
commit
3553a552fc
2 changed files with 2 additions and 4 deletions
|
|
@ -91,6 +91,7 @@
|
||||||
"python-setuptools"
|
"python-setuptools"
|
||||||
"gmp"
|
"gmp"
|
||||||
"rbenv"
|
"rbenv"
|
||||||
|
"mysql"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
|
@ -115,7 +116,6 @@
|
||||||
"raycast"
|
"raycast"
|
||||||
"spotify"
|
"spotify"
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
"mysql-shell"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,6 @@ return {
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.db_ui_use_nerd_fonts = 1
|
vim.g.db_ui_use_nerd_fonts = 1
|
||||||
vim.g.dbs = {
|
vim.g.dbs = {}
|
||||||
{ name = "freed_dev", url = "sqlite:./freed.db" },
|
|
||||||
}
|
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue