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.

Revisions

  1. mathieux51 revised this gist Nov 16, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions install-vim.sh
    Original 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

  2. mathieux51 created this gist Jun 4, 2020.
    12 changes: 12 additions & 0 deletions install-vim.sh
    Original 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