From b60b497f98e4bba8f9556a729d9592d21c87a7e8 Mon Sep 17 00:00:00 2001 From: Mari Date: Thu, 13 Aug 2020 10:48:13 -0400 Subject: [PATCH] Autocommitted updated scripts from reya-XPS-13-9300 --- per-host/reya-XPS-13-9300/.bash_aliases | 4 ++++ per-host/reya-XPS-13-9300/.bash_aliases-common | 1 + per-host/reya-XPS-13-9300/.config/nvim | 1 + per-host/reya-XPS-13-9300/.inputrc | 1 + per-host/reya-XPS-13-9300/.inputrc-common | 1 + per-host/reya-XPS-13-9300/.ssh/.config-common | 1 + per-host/reya-XPS-13-9300/.ssh/.rc-common | 1 + per-host/reya-XPS-13-9300/.ssh/authorized_keys | 1 + per-host/reya-XPS-13-9300/.ssh/config | 1 + per-host/reya-XPS-13-9300/.ssh/known_hosts | 1 + per-host/reya-XPS-13-9300/.ssh/rc | 2 ++ per-host/reya-XPS-13-9300/.tmux.conf | 1 + per-host/reya-XPS-13-9300/.tmux.conf-common | 1 + per-host/reya-XPS-13-9300/.vim | 1 + per-host/reya-XPS-13-9300/.vimrc | 1 + per-host/reya-XPS-13-9300/.vimrc-common | 1 + ssh/authorized_keys | 1 + 17 files changed, 21 insertions(+) create mode 100644 per-host/reya-XPS-13-9300/.bash_aliases create mode 120000 per-host/reya-XPS-13-9300/.bash_aliases-common create mode 120000 per-host/reya-XPS-13-9300/.config/nvim create mode 100644 per-host/reya-XPS-13-9300/.inputrc create mode 120000 per-host/reya-XPS-13-9300/.inputrc-common create mode 120000 per-host/reya-XPS-13-9300/.ssh/.config-common create mode 120000 per-host/reya-XPS-13-9300/.ssh/.rc-common create mode 120000 per-host/reya-XPS-13-9300/.ssh/authorized_keys create mode 100644 per-host/reya-XPS-13-9300/.ssh/config create mode 120000 per-host/reya-XPS-13-9300/.ssh/known_hosts create mode 100644 per-host/reya-XPS-13-9300/.ssh/rc create mode 100644 per-host/reya-XPS-13-9300/.tmux.conf create mode 120000 per-host/reya-XPS-13-9300/.tmux.conf-common create mode 120000 per-host/reya-XPS-13-9300/.vim create mode 100644 per-host/reya-XPS-13-9300/.vimrc create mode 120000 per-host/reya-XPS-13-9300/.vimrc-common diff --git a/per-host/reya-XPS-13-9300/.bash_aliases b/per-host/reya-XPS-13-9300/.bash_aliases new file mode 100644 index 0000000..dc004ed --- /dev/null +++ b/per-host/reya-XPS-13-9300/.bash_aliases @@ -0,0 +1,4 @@ +#!/bin/bash +. ~/.bash_aliases-common + +auto_tmux diff --git a/per-host/reya-XPS-13-9300/.bash_aliases-common b/per-host/reya-XPS-13-9300/.bash_aliases-common new file mode 120000 index 0000000..2cebbdf --- /dev/null +++ b/per-host/reya-XPS-13-9300/.bash_aliases-common @@ -0,0 +1 @@ +../../bash_aliases.sh \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.config/nvim b/per-host/reya-XPS-13-9300/.config/nvim new file mode 120000 index 0000000..90f57e4 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.config/nvim @@ -0,0 +1 @@ +../../../nvim \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.inputrc b/per-host/reya-XPS-13-9300/.inputrc new file mode 100644 index 0000000..99cec8e --- /dev/null +++ b/per-host/reya-XPS-13-9300/.inputrc @@ -0,0 +1 @@ +$include ~/.inputrc-common diff --git a/per-host/reya-XPS-13-9300/.inputrc-common b/per-host/reya-XPS-13-9300/.inputrc-common new file mode 120000 index 0000000..e2a824e --- /dev/null +++ b/per-host/reya-XPS-13-9300/.inputrc-common @@ -0,0 +1 @@ +../../inputrc \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.ssh/.config-common b/per-host/reya-XPS-13-9300/.ssh/.config-common new file mode 120000 index 0000000..6e6d201 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/.config-common @@ -0,0 +1 @@ +../../../ssh/config \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.ssh/.rc-common b/per-host/reya-XPS-13-9300/.ssh/.rc-common new file mode 120000 index 0000000..450d0b6 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/.rc-common @@ -0,0 +1 @@ +../../../ssh/rc \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.ssh/authorized_keys b/per-host/reya-XPS-13-9300/.ssh/authorized_keys new file mode 120000 index 0000000..91ff7ab --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/authorized_keys @@ -0,0 +1 @@ +../../../ssh/authorized_keys \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.ssh/config b/per-host/reya-XPS-13-9300/.ssh/config new file mode 100644 index 0000000..0d04e94 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/config @@ -0,0 +1 @@ +Include .config-common diff --git a/per-host/reya-XPS-13-9300/.ssh/known_hosts b/per-host/reya-XPS-13-9300/.ssh/known_hosts new file mode 120000 index 0000000..6c3c05e --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/known_hosts @@ -0,0 +1 @@ +../../../ssh/known_hosts \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.ssh/rc b/per-host/reya-XPS-13-9300/.ssh/rc new file mode 100644 index 0000000..df1a298 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.ssh/rc @@ -0,0 +1,2 @@ +#!/bin/sh +. ~/.ssh/.rc-common diff --git a/per-host/reya-XPS-13-9300/.tmux.conf b/per-host/reya-XPS-13-9300/.tmux.conf new file mode 100644 index 0000000..36fcf47 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.tmux.conf @@ -0,0 +1 @@ +source ~/.tmux.conf-common diff --git a/per-host/reya-XPS-13-9300/.tmux.conf-common b/per-host/reya-XPS-13-9300/.tmux.conf-common new file mode 120000 index 0000000..d9a5ba4 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.tmux.conf-common @@ -0,0 +1 @@ +../../tmux.conf \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.vim b/per-host/reya-XPS-13-9300/.vim new file mode 120000 index 0000000..3a26453 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.vim @@ -0,0 +1 @@ +../../vim \ No newline at end of file diff --git a/per-host/reya-XPS-13-9300/.vimrc b/per-host/reya-XPS-13-9300/.vimrc new file mode 100644 index 0000000..92430cd --- /dev/null +++ b/per-host/reya-XPS-13-9300/.vimrc @@ -0,0 +1 @@ +source ~/.vimrc-common diff --git a/per-host/reya-XPS-13-9300/.vimrc-common b/per-host/reya-XPS-13-9300/.vimrc-common new file mode 120000 index 0000000..90f52f0 --- /dev/null +++ b/per-host/reya-XPS-13-9300/.vimrc-common @@ -0,0 +1 @@ +../../vimrc \ No newline at end of file diff --git a/ssh/authorized_keys b/ssh/authorized_keys index 620444d..28cc66a 100644 --- a/ssh/authorized_keys +++ b/ssh/authorized_keys @@ -8,3 +8,4 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKii0xT6W3GxLS6f4QM/ZmS6PaLwIU+l/zfZV+huM7Ka ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMxRWMJeoWbgUdJTWdN5PxA7524g84fbhoNE3dM4W1e0 marissa@mari-wovn ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFI9VXEs7IWD+TalMJwaraHipPQCoDIHp7LuIM1ZfXxV mari-wovn@youko ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElnYGPGKpgWvvYG0sj53WBsN2e8RVF4H64JnfDFoink reya@pop-os +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBySukBbdWHmVopUvqnFkuM9zMf8OCXzPcqtd0LwhnGF reya@reya-XPS-13-9300