Last active
November 16, 2020 05:46
-
-
Save mathieux51/c68e327144a1098559ea26f31ee2d91c to your computer and use it in GitHub Desktop.
Revisions
-
mathieux51 revised this gist
Nov 16, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ set -o errexit set -o nounset set -o pipefail # curl git bash vim -
mathieux51 created this gist
Jun 4, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #!/usr/bin/env sh set -o errexit set -o nounset # 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