dotvim/link.sh
2024-12-27 11:56:01 -08:00

6 lines
82 B
Bash
Executable File

#!/bin/bash -e
if [ ! -d ~/.config/nvim ]; then
ln -s $PWD ~/.config/nvim
fi