From 7f762f4416975f2c2ea8984bf36c547e5e99d89b Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 21 Mar 2016 20:12:01 +0000 Subject: [PATCH] Set the basics for sshrc (https://github.com/Russell91/sshrc). --- .Brewfile | 1 + .sshrc | 3 +++ .sshrc.d/.bash_profile | 1 + .sshrc.d/.bashrc | 1 + .sshrc.d/.vimrc | 1 + 5 files changed, 7 insertions(+) create mode 100644 .sshrc create mode 120000 .sshrc.d/.bash_profile create mode 120000 .sshrc.d/.bashrc create mode 120000 .sshrc.d/.vimrc diff --git a/.Brewfile b/.Brewfile index 44c49c5..d2bf8fa 100644 --- a/.Brewfile +++ b/.Brewfile @@ -10,6 +10,7 @@ brew "p7zip" brew "pv" brew "python3" brew "rename" +brew "sshrc" brew "vim" cask "1password" diff --git a/.sshrc b/.sshrc new file mode 100644 index 0000000..9a78c3e --- /dev/null +++ b/.sshrc @@ -0,0 +1,3 @@ +set INPUTRC='${SSHHOME}/.sshrc.d/.inputrc'. +source ${SSHHOME}/.sshrc.d/.bashrc +export VIMINIT="let \$MYVIMRC='${SSHHOME}/.sshrc.d/.vimrc' | source \$MYVIMRC" diff --git a/.sshrc.d/.bash_profile b/.sshrc.d/.bash_profile new file mode 120000 index 0000000..2a4e0f7 --- /dev/null +++ b/.sshrc.d/.bash_profile @@ -0,0 +1 @@ +../.bash_profile \ No newline at end of file diff --git a/.sshrc.d/.bashrc b/.sshrc.d/.bashrc new file mode 120000 index 0000000..988a415 --- /dev/null +++ b/.sshrc.d/.bashrc @@ -0,0 +1 @@ +../.bashrc \ No newline at end of file diff --git a/.sshrc.d/.vimrc b/.sshrc.d/.vimrc new file mode 120000 index 0000000..f67022e --- /dev/null +++ b/.sshrc.d/.vimrc @@ -0,0 +1 @@ +../.vimrc \ No newline at end of file