[bin] Adding nyt and doom binaries
This commit is contained in:
2
bin/.bin/doom
Executable file
2
bin/.bin/doom
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
~/.emacs.d/bin/doom $1
|
||||
@ -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
3
bin/.bin/kitty
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
export KITTY_DISABLE_WAYLAND=1
|
||||
exec /usr/bin/kitty
|
||||
0
bin/.bin/newjail
Normal file → Executable file
0
bin/.bin/newjail
Normal file → Executable file
BIN
bin/.bin/zls
BIN
bin/.bin/zls
Binary file not shown.
Reference in New Issue
Block a user