Courtesy of Regan Parkinson on Chilli Growers of Adelaide
Re-pot into 300mm pots. Use the best potting mix you can find (Gardeners Friend Premium in TAS), mix in 1 litre of coarse perlite, for each 300mm pot.
Courtesy of Regan Parkinson on Chilli Growers of Adelaide
Re-pot into 300mm pots. Use the best potting mix you can find (Gardeners Friend Premium in TAS), mix in 1 litre of coarse perlite, for each 300mm pot.
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#0077c2", | |
"foreground": "#ffffff", | |
"leading_diamond": "\u256d\u2500\ue0b6", |
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#0077c2", | |
"foreground": "#ffffff", | |
"leading_diamond": "\u256d\u2500\ue0b6", |
// Refactored from https://gist.github.com/dylanbeattie/336b6b8990f0db6dd00d238ad114092a | |
using System.Text; | |
NormalizationForm[] forms = new[] { | |
NormalizationForm.FormC, NormalizationForm.FormD, | |
NormalizationForm.FormKC, NormalizationForm.FormKD | |
}; | |
void Compare(string s1, string s2) | |
{ |
. . . . . . . . . + . | |
. . : . .. :. .___---------___. | |
. . . . :.:. _".^ .^ ^. '.. :"-_. . | |
. : . . .:../: . .^ :.:\. | |
. . :: +. :.:/: . . . . . .:\ | |
. : . . _ :::/: . ^ . . .:\ | |
.. . . . - : :.:./. . .:\ | |
. . . :..|: . . ^. .:| | |
. . : : ..|| . . . !:| | |
. . . . ::. ::\( . :)/ |
Import-Module lolcat | |
$alien = Join-Path $HOME "\Google Drive\Documents\Geek\Powershell\profile-alien.txt" | |
lolcat $alien | |
Import-Module cowsay | |
Import-Module posh-git | |
$GitPromptSettings.DefaultPromptBeforeSuffix = '`n' | |
$GitPromptSettings.BranchColor.ForegroundColor = 'Cyan' | |
Set-Alias -Name k -Value kubectl.exe |
[alias] | |
co = checkout | |
ec = config --global -e | |
up = !git pull --rebase --prune $@ && git submodule update --init --recursive | |
cob = checkout -b | |
cm = !git add -A && git commit -m | |
save = !git add -A && git commit -m 'SAVEPOINT' | |
wip = !git add -u && git commit -m 'WIP' | |
undo = reset HEAD~1 --mixed | |
amend = commit -a --amend |
Gribble CI v1.3.45.0 Succeeded (3:15) |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
#Enable-RemoteDesktop | |
# Utilities | |
cinst chocolatey -y | |
cinst 7zip.install -y | |
cinst agentransack -y | |
cinst ccleaner -y | |
cinst dropbox -y | |
cinst f.lux -y |