make_links.sh 126 B

1234
  1. #!/bin/bash
  2. mkdir -p ~/.config # check for existence of .config and create if it doesn't exist
  3. ln -s ~/.vim ~/.config/nvim