Set the basics for sshrc (https://github.com/Russell91/sshrc).
This commit is contained in:
parent
f0cf089831
commit
7f762f4416
|
@ -10,6 +10,7 @@ brew "p7zip"
|
|||
brew "pv"
|
||||
brew "python3"
|
||||
brew "rename"
|
||||
brew "sshrc"
|
||||
brew "vim"
|
||||
|
||||
cask "1password"
|
||||
|
|
3
.sshrc
Normal file
3
.sshrc
Normal file
|
@ -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"
|
1
.sshrc.d/.bash_profile
Symbolic link
1
.sshrc.d/.bash_profile
Symbolic link
|
@ -0,0 +1 @@
|
|||
../.bash_profile
|
1
.sshrc.d/.bashrc
Symbolic link
1
.sshrc.d/.bashrc
Symbolic link
|
@ -0,0 +1 @@
|
|||
../.bashrc
|
1
.sshrc.d/.vimrc
Symbolic link
1
.sshrc.d/.vimrc
Symbolic link
|
@ -0,0 +1 @@
|
|||
../.vimrc
|
Loading…
Reference in a new issue