Skip to content

Instantly share code, notes, and snippets.

View yoyrandao's full-sized avatar
🍙

Ilya Gubanov yoyrandao

🍙
View GitHub Profile
version: "3.7"
services:
elasticsearch:
image: elasticsearch:7.9.3
container_name: elasticsearch
hostname: elasticsearch
environment:
- "discovery.type=single-node"
ports:
- 9200:9200
@yoyrandao
yoyrandao / profile.ps1
Created August 16, 2020 14:55
Powershell profile
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Robbyrussell
#alias functions
function GitAddAll {
git add --a
}
function GitCommitWithMessage([string]$message) {
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"copyOnSelect": false,
"profiles":
{
"defaults":