lazysql and tredis for databases
This commit is contained in:
parent
7497169a5e
commit
e523c00bda
2 changed files with 2 additions and 6 deletions
|
|
@ -41,6 +41,7 @@
|
||||||
tree-sitter
|
tree-sitter
|
||||||
tmux
|
tmux
|
||||||
tmuxinator
|
tmuxinator
|
||||||
|
lazysql
|
||||||
# rsync
|
# rsync
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
"gmp"
|
"gmp"
|
||||||
"rbenv"
|
"rbenv"
|
||||||
"mysql@8.0"
|
"mysql@8.0"
|
||||||
|
"huseyinbabal/tap/tredis"
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,6 @@
|
||||||
fish_greeting = "fortune -a";
|
fish_greeting = "fortune -a";
|
||||||
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
||||||
publicip = "curl -4 ifconfig.me";
|
publicip = "curl -4 ifconfig.me";
|
||||||
dbui = /* fish */ ''
|
|
||||||
nvim +"DBUI"
|
|
||||||
'';
|
|
||||||
kill_tunnels = /* fish */ ''
|
|
||||||
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -NL" | awk '{print $1}' | xargs kill -9
|
|
||||||
'';
|
|
||||||
dev_projects = /* fish */ ''
|
dev_projects = /* fish */ ''
|
||||||
if test "$hn" = "dnsc-work"
|
if test "$hn" = "dnsc-work"
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue