Jelajahi Sumber

create .config if one does not exist

William Reed 8 tahun lalu
induk
melakukan
812cd519ed
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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