Skip to content

Instantly share code, notes, and snippets.

View tamas-kr's full-sized avatar
💭
🏝️

Tamas tamas-kr

💭
🏝️
  • London
View GitHub Profile
#!/bin/sh
git clone https://github.com/dotnet/runtime.git
git clone https://github.com/hashicorp/terraform.git
git clone https://github.com/hashicorp/terraform-provider-azurerm.git
git clone https://github.com/Azure/Azurite.git
git clone https://github.com/Azure/azure-functions-dotnet-worker.git
git clone https://github.com/Azure/azure-cosmos-dotnet-v3.git
git clone https://github.com/Azure/azure-storage-azcopy.git
git clone https://github.com/Azure/azure-functions-host.git
@tamas-kr
tamas-kr / alacritty.toml
Created September 11, 2024 19:35
alacritty.toml
shell = "cmd"
[window]
[font]
size = 14
[cursor]
style = { shape = "Block", blinking = "On"}
[
{
"key": "ctrl+up",
"command": "cursorMove",
"args": {
"to": "up",
"by": "line",
"value": 5
},
"when": "editorTextFocus"
@tamas-kr
tamas-kr / passgitgpg.md
Created November 11, 2022 07:42 — forked from flbuddymooreiv/passgitgpg.md
Setting up pass on git with a gpg key

The following shell transcript shows how to:

  • Create a GPG key
  • Create a pass database
  • Add git support to the pass database
  • Create a remote git repository
  • Push the pass database to the remote git repository
  • Fetch and display your passwords from another host

It is assumed that the pass package has been installed on both the first and second computers.