Skip to content

Instantly share code, notes, and snippets.

View isphus1973's full-sized avatar
💭
Arthur Arthur Arthur

Arthur Constantino Scardua isphus1973

💭
Arthur Arthur Arthur
View GitHub Profile
@isphus1973
isphus1973 / .vimrc
Last active June 9, 2019 18:08
My .vimrc
" This vimrc is based in the book Mastering Vim
"
" Arthur Scardua 2019
"Set the leader key to a comma.
let mapleader=','
syntax on " Enable syntax highlighting.
filetype plugin indent on " Enable file type based indentation.
@isphus1973
isphus1973 / dgoogle_download.sh
Last active July 2, 2019 13:20
Small bash script that downloads a Google Drive file with wget
#!/bin/sh
######Usage#######
# ./dgoogle_download.sh FILE_ID OUTPUT_NAME
## Remember to chomod +x dgoogle_download.sh
#This scrip is based on https://unix.stackexchange.com/questions/136371/how-to-download-a-folder-from-google-drive-using-terminal