Skip to content

Instantly share code, notes, and snippets.

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@latakant
latakant / docker_cheat_sheet.md
Created August 21, 2023 08:10 — forked from tysonpaul89/docker_cheat_sheet.md
Docker Cheat Sheet

Docker Cheat Sheet

To list all running containers

$ docker ps

To list all running and stopped containers

$ docker ps -a

To see advanced settings of a container

@latakant
latakant / Microsoft.PowerShell_profile.ps1
Created January 5, 2023 14:11 — forked from cetoh/Microsoft.PowerShell_profile.ps1
PowerShell Profile including Oh My Posh, Terminal Icons, PSReadLine IntelliSense, and z
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#c386f1",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",