# HG changeset patch # User Steve Losh # Date 1581289657 18000 # Node ID 90aa89efde4fadee7218bbb806cc8de0ac5d99fb # Parent a17191abd5e997e72db3a42859a760384dcfe9fe More diff -r a17191abd5e9 -r 90aa89efde4f bin/backup-local --- a/bin/backup-local Sun Feb 02 21:05:54 2020 -0500 +++ b/bin/backup-local Sun Feb 09 18:07:37 2020 -0500 @@ -4,7 +4,7 @@ ban -F metal "NAS" -restic --repo /mnt/cryo/restic-ouroboros/repo \ +restic --repo /cryo/restic-ouroboros/repo \ --exclude-file=/home/sjl/src/dotfiles/restic/excludes.txt \ --password-file /home/sjl/.restic-password-local \ backup /home/sjl diff -r a17191abd5e9 -r 90aa89efde4f bin/ee --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/ee Sun Feb 09 18:07:37 2020 -0500 @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +e . diff -r a17191abd5e9 -r 90aa89efde4f bin/rl --- a/bin/rl Sun Feb 02 21:05:54 2020 -0500 +++ b/bin/rl Sun Feb 09 18:07:37 2020 -0500 @@ -2,6 +2,6 @@ set -euo pipefail -restic --repo /mnt/cryo/restic-ouroboros/repo \ +restic --repo /cryo/restic-ouroboros/repo \ --password-file /home/sjl/.restic-password-local \ "$@" diff -r a17191abd5e9 -r 90aa89efde4f fish/config.fish --- a/fish/config.fish Sun Feb 02 21:05:54 2020 -0500 +++ b/fish/config.fish Sun Feb 09 18:07:37 2020 -0500 @@ -136,6 +136,11 @@ set -g -x GOPATH "$HOME/.go" # }}} +# R {{{ + +set -g -x R_LIBS_USER "$HOME/.R" + +# }}} # Z {{{ if test -e ~/src/z-fish/z.fish diff -r a17191abd5e9 -r 90aa89efde4f gnuplot --- a/gnuplot Sun Feb 02 21:05:54 2020 -0500 +++ b/gnuplot Sun Feb 09 18:07:37 2020 -0500 @@ -5,6 +5,37 @@ set samples 1000 # }}} +# Styles ------------------------------------------------------------------ {{{ + +set grid + +set palette defined (0 '#fef0d9', 1 '#fdcc8a', 2 '#fc8d59', 3 '#d7301f') + +set linetype 1 linewidth 2 pointtype 7 ps 1.0 linecolor rgb '#1f78b4' +set linetype 2 linewidth 2 pointtype 5 ps 1.0 linecolor rgb '#33a02c' +set linetype 3 linewidth 2 pointtype 9 ps 1.4 linecolor rgb '#e31a1c' +set linetype 4 linewidth 2 pointtype 7 ps 1.0 linecolor rgb '#ff7f00' +set linetype 5 linewidth 2 pointtype 5 ps 1.0 linecolor rgb '#6a3d9a' +set linetype 6 linewidth 2 pointtype 9 ps 1.4 linecolor rgb '#a6cee3' +set linetype 7 linewidth 2 pointtype 7 ps 1.0 linecolor rgb '#b2df8a' +set linetype 8 linewidth 2 pointtype 5 ps 1.0 linecolor rgb '#fb9a99' +set linetype 9 linewidth 2 pointtype 9 ps 1.4 linecolor rgb '#fdbf6f' +set linetype 10 linewidth 2 pointtype 7 ps 1.0 linecolor rgb '#cab2d6' + +unset linetype 11 +unset linetype 12 +unset linetype 13 +unset linetype 14 +unset linetype 15 +unset linetype 16 +unset linetype 17 +unset linetype 18 +unset linetype 19 +unset linetype 20 + +set linetype cycle 10 + +# }}} # Constants --------------------------------------------------------------- {{{ tau = 2 * pi