remove old bin files
This commit is contained in:
parent
e419f323d0
commit
ea16342574
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,13 +1,4 @@
|
|||||||
*.swp
|
*.swp
|
||||||
result
|
|
||||||
vim/bundle/
|
vim/bundle/
|
||||||
tags*
|
tags*
|
||||||
vim/view
|
|
||||||
.netrwhist
|
.netrwhist
|
||||||
chromedriver
|
|
||||||
emacs.d/elpa
|
|
||||||
midweek*
|
|
||||||
watercooler*
|
|
||||||
spicy*
|
|
||||||
bin/duck.sh
|
|
||||||
bin/tidelift
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
git reset --soft origin/master
|
|
||||||
git commit -a
|
|
||||||
git push -f
|
|
@ -1 +0,0 @@
|
|||||||
oh_fuck.sh
|
|
@ -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"
|
|
@ -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)))
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
killall transmission-gtk
|
|
@ -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
|
|
@ -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"
|
|
@ -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/*
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
sudo ifconfig en0 ether $(openssl rand -hex 6 | sed 's%\(..\)%\1:%g; s%.$%%')
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
alias cat='batcat'
|
alias cat='bat'
|
||||||
alias dots='cd ~/code/dotfiles/'
|
alias dots='cd ~/code/dotfiles/'
|
||||||
alias fuckingip="curl https://wtfismyip.com/json"
|
alias fuckingip="curl https://wtfismyip.com/json"
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
Loading…
Reference in New Issue
Block a user