Last active
November 16, 2020 05:46
-
-
Save mathieux51/c68e327144a1098559ea26f31ee2d91c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# curl git bash vim | |
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | |
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
curl -fLo ~/.vimrc \ | |
https://raw.githubusercontent.com/mathieux51/.cfg/master/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment