Explorar o código

create .config if one does not exist

William Reed %!s(int64=8) %!d(string=hai) anos
pai
achega
812cd519ed
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      make_links.sh

+ 1 - 0
make_links.sh

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