Skip to content

Instantly share code, notes, and snippets.

View Axiangel's full-sized avatar
🏠
Working from home

Axi Axiangel

🏠
Working from home
View GitHub Profile
@ccev
ccev / template.json
Last active April 11, 2021 21:27
Flo Tileserver Static Maps with a satellite part
{
"grid": [
{
"direction": "first",
"maps": [
{
"direction": "first",
"map": {
"style": "osm-bright",
"latitude": #(lat),
@alejandro-martin
alejandro-martin / multiple-ssh-keys-git.adoc
Last active July 13, 2024 16:20
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory:

@spicycode
spicycode / tmux.conf
Created September 20, 2011 16:43
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000