Skip to content

Instantly share code, notes, and snippets.

@manekovskiy
manekovskiy / amanek.omp.json
Created June 28, 2021 01:53
Theme file for Oh My Posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
@manekovskiy
manekovskiy / aliases.txt
Created June 26, 2021 21:14
Command line aliases configuration file for https://github.com/manekovskiy/aliaser utility
alias notepad %ConEmuBaseDir%\Scripts\aliases.txt
.. cd..
## GIT aliases
# List commits in short form, with colors and branch/tag annotations
gls git log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cgreen\\ [%cn]" --decorate $*
# List commits showing changed files
gll git log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cgreen\\ [%cn]" --decorate --numstat $*