From 3fa63498f97c10cc61f097e7fc2742d22bb87db0 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Thu, 12 Mar 2026 07:32:13 +0100 Subject: [PATCH] oops --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 725a997..836331d 100755 --- a/install.sh +++ b/install.sh @@ -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