1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent a37e669816
commit 77e84cf68d
  1. 2
      install.sh
  2. 1
      vim/.vim

@ -27,7 +27,7 @@ if [[ -z "$1" ]]; then
chmod -R u=rwX,g=,o= "$dir" chmod -R u=rwX,g=,o= "$dir"
chmod 600 "$dir"/ssh/authorized_keys chmod 600 "$dir"/ssh/authorized_keys
elif [[ "$1" == "link" ]]; then elif [[ "$1" == "link" ]]; then
ln --symbolic "$hostdir/$relpath" ~/"$relpath" ln --symbolic -T "$hostdir/$relpath" ~/"$relpath"
elif [[ "$1" == "mkdir" ]]; then elif [[ "$1" == "mkdir" ]]; then
mkdir -p ~/"$relpath" mkdir -p ~/"$relpath"
else else

@ -1 +0,0 @@
/home/marissa/.common-configs/per-host/mari-wovn/.vim
Loading…
Cancel
Save