summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-06 21:47:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-06 21:47:37 -0700
commitdf0a63dd40c679a461eebd1f892caa31ed5a4705 (patch)
tree5ab47078ffb51226364e42c220d9ec3dd5e65e9b
parentadd33e9c1be217ca3ae32c0361d630b08fb2bbaf (diff)
downloaddotfiles-df0a63dd40c679a461eebd1f892caa31ed5a4705.tar.gz
update usb skeleton
-rw-r--r--bin/ctrlnocaps.ahk1
-rw-r--r--bin/gbampersat.ahk2
-rwxr-xr-xbin/usbskelhere4
3 files changed, 6 insertions, 1 deletions
diff --git a/bin/ctrlnocaps.ahk b/bin/ctrlnocaps.ahk
new file mode 100644
index 00000000..0651fa49
--- /dev/null
+++ b/bin/ctrlnocaps.ahk
@@ -0,0 +1 @@
+Capslock::Ctrl \ No newline at end of file
diff --git a/bin/gbampersat.ahk b/bin/gbampersat.ahk
new file mode 100644
index 00000000..ad995986
--- /dev/null
+++ b/bin/gbampersat.ahk
@@ -0,0 +1,2 @@
+@::"
+"::@ \ No newline at end of file
diff --git a/bin/usbskelhere b/bin/usbskelhere
index 08603a78..b2e0ba79 100755
--- a/bin/usbskelhere
+++ b/bin/usbskelhere
@@ -4,10 +4,12 @@
skelhere ()
{
usbpubkeys
- mkdir -p doc bin
+ mkdir -p doc bin lib
cp -RLf ~/lib/annex/big/skel/usb/* .
cp ~/bin/{apple,dasl}-setup.sh bin
cp -L ~/lib/pro.terminal lib
+ cp -L "~/lib/annex/doc/sounds/Rainy Mood pomodoro.mp3" lib
+ zip -j lib/spwhitton.zip lib/*.reg bin/*
}
while true; do