installs mysql

This commit is contained in:
Dennis 2025-08-25 14:39:55 +02:00
parent a68499b913
commit 3553a552fc
2 changed files with 2 additions and 4 deletions

View file

@ -91,6 +91,7 @@
"python-setuptools"
"gmp"
"rbenv"
"mysql"
];
casks = [
@ -115,7 +116,6 @@
"raycast"
"spotify"
"google-chrome"
"mysql-shell"
];
};

View file

@ -13,8 +13,6 @@ return {
},
init = function()
vim.g.db_ui_use_nerd_fonts = 1
vim.g.dbs = {
{ name = "freed_dev", url = "sqlite:./freed.db" },
}
vim.g.dbs = {}
end,
}