Skip to content

Instantly share code, notes, and snippets.

@mathieux51
Last active November 16, 2020 05:46
Show Gist options
  • Save mathieux51/c68e327144a1098559ea26f31ee2d91c to your computer and use it in GitHub Desktop.
Save mathieux51/c68e327144a1098559ea26f31ee2d91c to your computer and use it in GitHub Desktop.
#!/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