소스 검색

create .config if one does not exist

William Reed 8 년 전
부모
커밋
812cd519ed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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