oops
This commit is contained in:
parent
258b350806
commit
3fa63498f9
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
set -eou pipefail
|
||||
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
||||
mkdir -p $HOME/.ssh
|
||||
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
|
||||
for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap aliases vim vimrc hushlogin ;do
|
||||
#remove real files if present, making room for links
|
||||
if [ -f $HOME/.$link ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user