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