Skip to content

Instantly share code, notes, and snippets.

View im-vicky's full-sized avatar
🎯
Focusing

Vicky Kumar im-vicky

🎯
Focusing
View GitHub Profile
set ignorecase
set smartcase
set scrolloff=3 " 3 lines above/below cursor when scrolling
" Emulated Plugins
set surround
" Copy to system clipboard as well
set clipboard+=unnamed
@im-vicky
im-vicky / arch_std_install.md
Created June 22, 2020 17:56 — forked from L04DB4L4NC3R/arch_std_install.md
ArchLinux Standard Installation

Installing Arch the Standard Way


Create a bootable pendrive

Run lsblk to see what is your pendrive

dd if= of=/dev/sd status="progress"
@im-vicky
im-vicky / youtube-dl-cheat.txt
Created March 1, 2020 15:51 — forked from philosopherdog/youtube-dl-cheat.txt
youtube-dl cheat sheet
# Basic Download:
youtube-dl URL
# Download Playlist, put in folder, and index with order:
youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' URL
# Download to /$uploader/$date/$title.$ext:
youtube-dl -o '%(uploader)s/%(date)s/%(title)s.%(ext)s' URL
# Download playlist starting from certain video: