7bcae6fc1b59

more
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Jan 2019 14:02:48 -0500
parents 46c7c92011de
children 3e8af1c65b8c
branches/tags (none)
files bin/mount-encrypted-stick restic/excludes.txt weechat/exec.conf weechat/relay.conf

Changes

--- a/bin/mount-encrypted-stick	Tue Dec 25 23:21:02 2018 -0500
+++ b/bin/mount-encrypted-stick	Wed Jan 02 14:02:48 2019 -0500
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-set -euo pipefail
+set -xeuo pipefail
 
 sudo cryptsetup luksOpen "/dev/$1" "$1_crypt"
 sudo mkdir -p "/media/sjl/encrypted_drive_$1"
--- a/restic/excludes.txt	Tue Dec 25 23:21:02 2018 -0500
+++ b/restic/excludes.txt	Wed Jan 02 14:02:48 2019 -0500
@@ -1,12 +1,20 @@
 .cache
 cache2
+.hg
+.git
 /home/sjl/.dbus
 /home/sjl/src/dotfiles/vim/tmp
 /home/sjl/snap
 /home/sjl/.mozilla
 /home/sjl/.dropbox
 /home/sjl/.steam
+/home/sjl/.quicklisp
+/home/sjl/.virtualenvs
 /home/sjl/.local/share
+/home/sjl/.local/lib/python*
 /home/sjl/.config/chromium
+/home/sjl/.config/libreoffice
+/home/sjl/.config/discord
+/home/sjl/.dropbox-dist
 /home/sjl/Dropbox/.dropbox.cache
 
--- a/weechat/exec.conf	Tue Dec 25 23:21:02 2018 -0500
+++ b/weechat/exec.conf	Wed Jan 02 14:02:48 2019 -0500
@@ -12,7 +12,6 @@
 [command]
 default_options = ""
 purge_delay = 0
-shell = "sh"
 
 [color]
 flag_finished = lightred
--- a/weechat/relay.conf	Tue Dec 25 23:21:02 2018 -0500
+++ b/weechat/relay.conf	Wed Jan 02 14:02:48 2019 -0500
@@ -35,8 +35,6 @@
 password = ""
 ssl_cert_key = "%h/ssl/relay.pem"
 ssl_priorities = "NORMAL:-VERS-SSL3.0"
-totp_secret = ""
-totp_window = 0
 websocket_allowed_origins = ""
 
 [irc]