diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4b3fe1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vim/autoload +.vim/plugged diff --git a/README.md b/README.md index 8606dc4..8fdd9ce 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ curl -L raw.githubusercontent.com/hnishi/dotfiles/master/scripts/download.sh | b or ```shell -git clone https://github.com/hnishi/dotfiles.git +cd ~ +git clone https://github.com/hnishi/dotfiles.git .dotfiles cd dotfiles/scripts bash install.sh ```