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