This commit is contained in:
Scott Wallace 2016-03-21 20:12:01 +00:00
parent f0cf089831
commit 7f762f4416
5 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@ brew "p7zip"
brew "pv" brew "pv"
brew "python3" brew "python3"
brew "rename" brew "rename"
brew "sshrc"
brew "vim" brew "vim"
cask "1password" cask "1password"

3
.sshrc Normal file
View 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
View file

@ -0,0 +1 @@
../.bash_profile

1
.sshrc.d/.bashrc Symbolic link
View file

@ -0,0 +1 @@
../.bashrc

1
.sshrc.d/.vimrc Symbolic link
View file

@ -0,0 +1 @@
../.vimrc