diff --git a/per-host/mordhona/.bash_aliases b/per-host/mordhona/.bash_aliases new file mode 100644 index 0000000..dc004ed --- /dev/null +++ b/per-host/mordhona/.bash_aliases @@ -0,0 +1,4 @@ +#!/bin/bash +. ~/.bash_aliases-common + +auto_tmux diff --git a/per-host/mordhona/.bash_aliases-common b/per-host/mordhona/.bash_aliases-common new file mode 120000 index 0000000..2cebbdf --- /dev/null +++ b/per-host/mordhona/.bash_aliases-common @@ -0,0 +1 @@ +../../bash_aliases.sh \ No newline at end of file diff --git a/per-host/mordhona/.config/nvim b/per-host/mordhona/.config/nvim new file mode 120000 index 0000000..90f57e4 --- /dev/null +++ b/per-host/mordhona/.config/nvim @@ -0,0 +1 @@ +../../../nvim \ No newline at end of file diff --git a/per-host/mordhona/.inputrc b/per-host/mordhona/.inputrc new file mode 100644 index 0000000..99cec8e --- /dev/null +++ b/per-host/mordhona/.inputrc @@ -0,0 +1 @@ +$include ~/.inputrc-common diff --git a/per-host/mordhona/.inputrc-common b/per-host/mordhona/.inputrc-common new file mode 120000 index 0000000..e2a824e --- /dev/null +++ b/per-host/mordhona/.inputrc-common @@ -0,0 +1 @@ +../../inputrc \ No newline at end of file diff --git a/per-host/mordhona/.ssh/.config-common b/per-host/mordhona/.ssh/.config-common new file mode 120000 index 0000000..6e6d201 --- /dev/null +++ b/per-host/mordhona/.ssh/.config-common @@ -0,0 +1 @@ +../../../ssh/config \ No newline at end of file diff --git a/per-host/mordhona/.ssh/.rc-common b/per-host/mordhona/.ssh/.rc-common new file mode 120000 index 0000000..450d0b6 --- /dev/null +++ b/per-host/mordhona/.ssh/.rc-common @@ -0,0 +1 @@ +../../../ssh/rc \ No newline at end of file diff --git a/per-host/mordhona/.ssh/authorized_keys b/per-host/mordhona/.ssh/authorized_keys new file mode 120000 index 0000000..91ff7ab --- /dev/null +++ b/per-host/mordhona/.ssh/authorized_keys @@ -0,0 +1 @@ +../../../ssh/authorized_keys \ No newline at end of file diff --git a/per-host/mordhona/.ssh/config b/per-host/mordhona/.ssh/config new file mode 100644 index 0000000..0d04e94 --- /dev/null +++ b/per-host/mordhona/.ssh/config @@ -0,0 +1 @@ +Include .config-common diff --git a/per-host/mordhona/.ssh/known_hosts b/per-host/mordhona/.ssh/known_hosts new file mode 120000 index 0000000..6c3c05e --- /dev/null +++ b/per-host/mordhona/.ssh/known_hosts @@ -0,0 +1 @@ +../../../ssh/known_hosts \ No newline at end of file diff --git a/per-host/mordhona/.ssh/rc b/per-host/mordhona/.ssh/rc new file mode 100644 index 0000000..df1a298 --- /dev/null +++ b/per-host/mordhona/.ssh/rc @@ -0,0 +1,2 @@ +#!/bin/sh +. ~/.ssh/.rc-common diff --git a/per-host/mordhona/.tmux.conf b/per-host/mordhona/.tmux.conf new file mode 100644 index 0000000..36fcf47 --- /dev/null +++ b/per-host/mordhona/.tmux.conf @@ -0,0 +1 @@ +source ~/.tmux.conf-common diff --git a/per-host/mordhona/.tmux.conf-common b/per-host/mordhona/.tmux.conf-common new file mode 120000 index 0000000..d9a5ba4 --- /dev/null +++ b/per-host/mordhona/.tmux.conf-common @@ -0,0 +1 @@ +../../tmux.conf \ No newline at end of file diff --git a/per-host/mordhona/.vim b/per-host/mordhona/.vim new file mode 120000 index 0000000..3a26453 --- /dev/null +++ b/per-host/mordhona/.vim @@ -0,0 +1 @@ +../../vim \ No newline at end of file diff --git a/per-host/mordhona/.vimrc b/per-host/mordhona/.vimrc new file mode 100644 index 0000000..92430cd --- /dev/null +++ b/per-host/mordhona/.vimrc @@ -0,0 +1 @@ +source ~/.vimrc-common diff --git a/per-host/mordhona/.vimrc-common b/per-host/mordhona/.vimrc-common new file mode 120000 index 0000000..90f52f0 --- /dev/null +++ b/per-host/mordhona/.vimrc-common @@ -0,0 +1 @@ +../../vimrc \ No newline at end of file