Skip to content

Instantly share code, notes, and snippets.

View GRibbans's full-sized avatar
💭
{[+_=]}🗲 🌊🦈

GRibbans

💭
{[+_=]}🗲 🌊🦈
View GitHub Profile
@GRibbans
GRibbans / powershell-usefulcmdlist.txt
Last active May 21, 2024 20:54
CLI & Terminal : | : PowerShell (Win)
+--------------------------------------------------------------+
| List of Commands : Windows PowerShell |
+--------------------------------------------------------------+
| Open command palette (OCP): CTRL+SHIFT+P |
| > To reorient a pane enter: toggleSplitOrientation |
+--------------------------------------------------------------+
| New tab: ctrl+shift+3 |
| Split a tab pane: ----------- |
| Close pane: ctrl+shift+W |
+--------------------------------------------------------------+
@GRibbans
GRibbans / vscodium-codium.md
Last active May 4, 2024 17:24
Install OSS version of VSCode: VSCodium via Scoop (Win) / Codium via Snap (Linux)

Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under a not-FLOSS license and contains telemetry/tracking.

Instead install the OSS version: VSCodium on Windows, and Codium on Linux.

  • On Windows using Scoop:
scoop bucket add extras; scoop install vscodium