[bin] Adding nyt and doom binaries

This commit is contained in:
2024-01-13 13:31:18 -05:00
parent 0c43ffcb7a
commit 6be30aae4f
5 changed files with 5 additions and 21 deletions

2
bin/.bin/doom Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
~/.emacs.d/bin/doom $1

View File

@ -1,21 +0,0 @@
#!/usr/local/bin/bash
#
if [ "$1" != "" ]; then
vpc=$1
else
echo "provide vpc name";
exit 1;
fi
if [ "$2" != "" ]; then
instance=$2
else
echo "Provide DB Instances";
exit 1;
fi
echo "To connect run psql -p 15432 -h 127.0.0.1 -U fifteen5_temp"
ssh -nNTL 15432:$instance:5432 util.$vpc

3
bin/.bin/kitty Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export KITTY_DISABLE_WAYLAND=1
exec /usr/bin/kitty

0
bin/.bin/newjail Normal file → Executable file
View File

Binary file not shown.