remove old bin files

This commit is contained in:
Tyrel Souza 2024-05-14 17:26:26 -04:00
parent e419f323d0
commit ea16342574
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
11 changed files with 1 additions and 57 deletions

9
.gitignore vendored
View File

@ -1,13 +1,4 @@
*.swp
result
vim/bundle/
tags*
vim/view
.netrwhist
chromedriver
emacs.d/elpa
midweek*
watercooler*
spicy*
bin/duck.sh
bin/tidelift

View File

@ -1,5 +0,0 @@
#!/bin/bash
git reset --soft origin/master
git commit -a
git push -f

View File

@ -1 +0,0 @@
oh_fuck.sh

View File

@ -1,5 +0,0 @@
#!/bin/bash
git tag temp$RANDOM
git reset --hard HEAD^
git push --force
echo "There. I fixed your stupid mistake Tyrel"

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
# convert json to yaml
# http://pyyaml.org/wiki/PyYAMLDocumentation
# python3 json2yaml.py < ~/code/manpow/moneybug/mbuploader/support/offices.json
# gist https://gist.github.com/noahcoad/46909253a5891af3699580b8f17baba8
import yaml, json, sys
sys.stdout.write(yaml.dump(json.load(sys.stdin)))

View File

@ -1,3 +0,0 @@
#!/bin/bash
killall transmission-gtk

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -v
umount /Volumes/ramdisk
mysql.server stop
killall mysqld
killall mysqld
killall mysqld
diskutil erasevolume HFS+ "ramdisk" `hdiutil attach -nomount ram://2048000`
cp -r /usr/local/var/mysql /Volumes/ramdisk
mysql.server start

View File

@ -1,5 +0,0 @@
#!/bin/bash
git tag temp$RANDOM
git reset --hard HEAD^
git push --force
echo "There. I fixed your stupid mistake Tyrel"

View File

@ -1,6 +0,0 @@
python setup.py clean
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
gpg --detach-sign -a dist/*.gz
gpg --detach-sign -a dist/*.whl
twine upload dist/*

View File

@ -1,3 +0,0 @@
#!/bin/bash
sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's%\(..\)%\1:%g; s%.$%%')

View File

@ -1,4 +1,4 @@
alias cat='batcat'
alias cat='bat'
alias dots='cd ~/code/dotfiles/'
alias fuckingip="curl https://wtfismyip.com/json"
alias g='git'