Skip to content

Instantly share code, notes, and snippets.

View illiiilli's full-sized avatar
💭
same

Alan Chen illiiilli

💭
same
View GitHub Profile
@illiiilli
illiiilli / Powershell Rosetta Stone.md
Last active July 7, 2020 14:42 — forked from yunga/Powershell Rosetta Stone.md
Dos/Unix/Powershell Commands

Unix / CMD / Powershell Rosetta Stone

[CMD] [Unix] [Powershell] Synopsis
HELP [man] [Get-Help] Displays information about commands and concepts.
[apropos] [Get-Command] Gets all commands.
[Show-Command] Displays PowerShell commands in a graphical window.

View drive and mount related information

| [CMD] | [Unix] | [Powershell] | Synopsis |

@illiiilli
illiiilli / cVimrc
Last active June 28, 2021 19:15
Custom cVimrc
set smoothscroll
let defaultengine = "google"
let searchengine archman = ["https://jlk.fjfi.cvut.cz/arch/manpages/", "https://jlk.fjfi.cvut.cz/arch/manpages/search?q=%s"]
let searchengine archrepo = ["https://www.archlinux.org/packages/", "https://www.archlinux.org/packages/?q=%s"]
let searchengine archwiki = ["https://wiki.archlinux.org/", "https://wiki.archlinux.org/index.php?search=%s"]
let searchengine aur = ["https://aur.archlinux.org/", "https://aur.archlinux.org/packages/?K=%s"]
let searchengine choco = ["https://community.chocolatey.org/packages", "https://community.chocolatey.org/packages?q=%s"]
let searchengine jisho = ["https://jisho.org/", "https://jisho.org/search/%s"]