dotvim/link.sh
2023-11-04 12:06:27 -07:00

5 lines
81 B
Bash
Executable File

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