From a4e4d85d81e6218a43c9b9e6bd0d1fc9888de5e6 Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 22:02:08 -0400 Subject: [PATCH] Autocommitted updated scripts from MoonMother --- per-host/MoonMother/.bash_aliases | 4 ++++ per-host/MoonMother/.bash_aliases-common | 1 + per-host/MoonMother/.inputrc | 1 + per-host/MoonMother/.inputrc-common | 1 + per-host/MoonMother/.ssh/.rc-common | 1 + per-host/MoonMother/.ssh/authorized_keys | 1 + per-host/MoonMother/.ssh/rc | 2 ++ per-host/MoonMother/.tmux.conf | 1 + per-host/MoonMother/.tmux.conf-common | 1 + per-host/MoonMother/.vimrc | 1 + per-host/MoonMother/.vimrc-common | 1 + 11 files changed, 15 insertions(+) create mode 100644 per-host/MoonMother/.bash_aliases create mode 120000 per-host/MoonMother/.bash_aliases-common create mode 100644 per-host/MoonMother/.inputrc create mode 120000 per-host/MoonMother/.inputrc-common create mode 120000 per-host/MoonMother/.ssh/.rc-common create mode 120000 per-host/MoonMother/.ssh/authorized_keys create mode 100644 per-host/MoonMother/.ssh/rc create mode 100644 per-host/MoonMother/.tmux.conf create mode 120000 per-host/MoonMother/.tmux.conf-common create mode 100644 per-host/MoonMother/.vimrc create mode 120000 per-host/MoonMother/.vimrc-common diff --git a/per-host/MoonMother/.bash_aliases b/per-host/MoonMother/.bash_aliases new file mode 100644 index 0000000..dc004ed --- /dev/null +++ b/per-host/MoonMother/.bash_aliases @@ -0,0 +1,4 @@ +#!/bin/bash +. ~/.bash_aliases-common + +auto_tmux diff --git a/per-host/MoonMother/.bash_aliases-common b/per-host/MoonMother/.bash_aliases-common new file mode 120000 index 0000000..2cebbdf --- /dev/null +++ b/per-host/MoonMother/.bash_aliases-common @@ -0,0 +1 @@ +../../bash_aliases.sh \ No newline at end of file diff --git a/per-host/MoonMother/.inputrc b/per-host/MoonMother/.inputrc new file mode 100644 index 0000000..99cec8e --- /dev/null +++ b/per-host/MoonMother/.inputrc @@ -0,0 +1 @@ +$include ~/.inputrc-common diff --git a/per-host/MoonMother/.inputrc-common b/per-host/MoonMother/.inputrc-common new file mode 120000 index 0000000..e2a824e --- /dev/null +++ b/per-host/MoonMother/.inputrc-common @@ -0,0 +1 @@ +../../inputrc \ No newline at end of file diff --git a/per-host/MoonMother/.ssh/.rc-common b/per-host/MoonMother/.ssh/.rc-common new file mode 120000 index 0000000..450d0b6 --- /dev/null +++ b/per-host/MoonMother/.ssh/.rc-common @@ -0,0 +1 @@ +../../../ssh/rc \ No newline at end of file diff --git a/per-host/MoonMother/.ssh/authorized_keys b/per-host/MoonMother/.ssh/authorized_keys new file mode 120000 index 0000000..91ff7ab --- /dev/null +++ b/per-host/MoonMother/.ssh/authorized_keys @@ -0,0 +1 @@ +../../../ssh/authorized_keys \ No newline at end of file diff --git a/per-host/MoonMother/.ssh/rc b/per-host/MoonMother/.ssh/rc new file mode 100644 index 0000000..df1a298 --- /dev/null +++ b/per-host/MoonMother/.ssh/rc @@ -0,0 +1,2 @@ +#!/bin/sh +. ~/.ssh/.rc-common diff --git a/per-host/MoonMother/.tmux.conf b/per-host/MoonMother/.tmux.conf new file mode 100644 index 0000000..36fcf47 --- /dev/null +++ b/per-host/MoonMother/.tmux.conf @@ -0,0 +1 @@ +source ~/.tmux.conf-common diff --git a/per-host/MoonMother/.tmux.conf-common b/per-host/MoonMother/.tmux.conf-common new file mode 120000 index 0000000..d9a5ba4 --- /dev/null +++ b/per-host/MoonMother/.tmux.conf-common @@ -0,0 +1 @@ +../../tmux.conf \ No newline at end of file diff --git a/per-host/MoonMother/.vimrc b/per-host/MoonMother/.vimrc new file mode 100644 index 0000000..92430cd --- /dev/null +++ b/per-host/MoonMother/.vimrc @@ -0,0 +1 @@ +source ~/.vimrc-common diff --git a/per-host/MoonMother/.vimrc-common b/per-host/MoonMother/.vimrc-common new file mode 120000 index 0000000..90f52f0 --- /dev/null +++ b/per-host/MoonMother/.vimrc-common @@ -0,0 +1 @@ +../../vimrc \ No newline at end of file