Skip to content

Instantly share code, notes, and snippets.

View GiampaoloGabba's full-sized avatar

Giampaolo Gabba GiampaoloGabba

View GitHub Profile
@GiampaoloGabba
GiampaoloGabba / cloudSettings
Last active August 21, 2019 09:12
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-08-21T09:12:34.488Z","extensionVersion":"v3.4.0"}
@GiampaoloGabba
GiampaoloGabba / oh-my-posh.omp.json
Last active September 17, 2021 12:06
Ho my Posh configuration
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
#!/bin/bash
echo "Inserisci il nome host che comparirà nella barra degli indirizzi:"
read -p "Host: " HOST
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh
mkdir ~/.poshthemes
cd ~/.poshthemes