More shit, computers are bad
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 12 Oct 2016 16:13:06 +0000 |
parents |
7ea1a6d67dee
|
children |
b2ba5708c420
|
branches/tags |
(none) |
files |
.hgsubstate bin/eat-shit-github fish/functions/ydl.fish hgrc lispwords sbclrc vim/custom-dictionary.utf-8.add |
Changes
--- a/.hgsubstate Sat Sep 24 11:45:00 2016 +0000
+++ b/.hgsubstate Wed Oct 12 16:13:06 2016 +0000
@@ -1,4 +1,4 @@
-e90cf5cad06061cd1691ab804eebfb0a25d3c16a mercurial/hg-prompt
+5334581e231a5167d03689ff47b3a6fdf082011c mercurial/hg-prompt
b0da16490f168f68072973b45dbc27a74fb7b529 mercurial/histedit
4d95cb18a3b420154ef978c53de1d2e692f8343d mercurial/templates
64981213be2efd939e6e6e109e2b32c24e95fd95 vim/bundle/AnsiEsc.vim
@@ -30,7 +30,7 @@
78646801aac4d3d85e7c4e9570deccfce81a50e7 vim/bundle/linediff
dcdab0cd55da5e0b8655c000d99d96624cd6404c vim/bundle/markdown
5258393bb12428c59bce8b28c9726d0326805dcf vim/bundle/maven
-98aa99ab56fa56b0d95937c7df483ac6f5886fe5 vim/bundle/miniyank
+528e111b9fa32452366f382d50e998536d3ded85 vim/bundle/miniyank
a1433c485eb254838c1db52e087d5ec4d1e77cfd vim/bundle/nerdtree
3accc1fdb1c776729484b19623c5b841a52ed8c5 vim/bundle/omnisharp-vim
871bc88a5bbcb6e8844a64450b8e7f8ac13aac24 vim/bundle/orgmode
@@ -44,7 +44,7 @@
10d6c6b52fcdd12f3ba457126f66fee4ccceec04 vim/bundle/securemodelines
b4398689f7483b01684044ab6b55bf369744c9b3 vim/bundle/sexp
0377b100382c19295b42018289fe8d42a7d57e80 vim/bundle/sparkup
-8e1c1dc358de2132b7fbc1adaf94f528e3238e4d vim/bundle/splice
+287437b3bb6c4f21b4ed98443ede19db2a5b979c vim/bundle/splice
26fbdd7d1f1aa5600d2ebf39bbdd292c38aac16e vim/bundle/strftimedammit
2d05440ad23f97a7874ebd9b5de3a0e65d25d85c vim/bundle/surround
cc6b92afa640db4342dc9ab9fd4215316888d6fa vim/bundle/syntastic
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/eat-shit-github Wed Oct 12 16:13:06 2016 +0000
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+
+set -e
+
+echo GitHub is awful, fixing...
+TAG="$(curl `pbpaste` | grep 'commit-ref' | grep -v 'sjl' | grep -Eo 'title=".*?"' | cut -d '"' -f2)"
+
+USER="$(echo $TAG | cut -d / -f1)"
+REPO="$(echo $TAG | cut -d / -f2 | cut -d : -f1)"
+BRANCH="$(echo $TAG | cut -d : -f2)"
+
+STRING="'git://github.com/$USER/$REPO.git' --rev '$BRANCH'"
+echo -n "$STRING" | pbcopy
+
+echo Copied the following to the clipboard:
+echo "$STRING"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/ydl.fish Wed Oct 12 16:13:06 2016 +0000
@@ -0,0 +1,3 @@
+function ydl -d "Youtube-DL" --wraps "youtube-dl"
+ youtube-dl $argv
+end
--- a/hgrc Sat Sep 24 11:45:00 2016 +0000
+++ b/hgrc Wed Oct 12 16:13:06 2016 +0000
@@ -131,6 +131,7 @@
cm = commit -m
cus = commit -m 'Update subrepository state.'
cmm = commit -m 'Merge.'
+cb = commit -m 'Close branch.' --close-branch
# Merge shortcuts.
mergelocal = !$HG --config ui.merge=internal:local merge $@
--- a/lispwords Sat Sep 24 11:45:00 2016 +0000
+++ b/lispwords Wed Oct 12 16:13:06 2016 +0000
@@ -63,3 +63,9 @@
; cffi
(2 defcfun)
(3 defcallback)
+
+; maxpc
+(2 =destructure)
+
+; smug
+(1 .let*)
--- a/sbclrc Sat Sep 24 11:45:00 2016 +0000
+++ b/sbclrc Wed Oct 12 16:13:06 2016 +0000
@@ -22,3 +22,6 @@
(princ *cached-prompt* stream))
(setf sb-int:*repl-prompt-fun* #'package-prompt)
+
+
+; '(ql:update-client)' --eval '(ql:update-all-dists)'
--- a/vim/custom-dictionary.utf-8.add Sat Sep 24 11:45:00 2016 +0000
+++ b/vim/custom-dictionary.utf-8.add Wed Oct 12 16:13:06 2016 +0000
@@ -201,3 +201,4 @@
docstrings
accessor
C
+docstring