Skip to content

Instantly share code, notes, and snippets.

View minglisyr's full-sized avatar
🌴
On vacation

Ming Li minglisyr

🌴
On vacation
View GitHub Profile
@minglisyr
minglisyr / .vimrc
Created May 7, 2025 17:05 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@minglisyr
minglisyr / UV_Cheat_Sheet.md
Created April 21, 2025 03:55 — forked from flight505/UV_Cheat_Sheet.md
Astral UV Cheat Sheet

UV Cheat Sheet incorporating the latest tips and tricks from the official UV documentation:

UV Cheat Sheet

Installation

Install UV using the official standalone installer:

macOS and Linux: