changed ssh keys to update earlier
This commit is contained in:
+1
-1
@@ -1,5 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
||||||
mkdir -p $HOME/.ssh
|
mkdir -p $HOME/.ssh
|
||||||
for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap themes fonts aliases vim vimrc hushlogin ;do
|
for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap themes fonts aliases vim vimrc hushlogin ;do
|
||||||
#remove real files if present, making room for links
|
#remove real files if present, making room for links
|
||||||
@@ -17,4 +18,3 @@ if [ ! -e $HOME/.$link ]; then
|
|||||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
|
||||||
fi
|
fi
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
||||||
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
|
||||||
|
|||||||
Reference in New Issue
Block a user