Ver Fonte

create .config if one does not exist

William Reed há 8 anos atrás
pai
commit
812cd519ed
1 ficheiros alterados com 1 adições e 0 exclusões
  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