Skip to content

Instantly share code, notes, and snippets.

View aldosch's full-sized avatar

Aldo Schumann aldosch

View GitHub Profile
@davidteren
davidteren / nerd_fonts.md
Last active December 23, 2025 03:07
Install Nerd Fonts via Homebrew [updated & fixed]
@iacchus
iacchus / install_fonts.sh
Last active November 10, 2025 06:18
Install all Google Fonts on Linux (Debian/Ubuntu etc.)
#!/usr/bin/env sh
# Original author: Michalis Georgiou <mechmg93@gmail.comr>
# Modified by Andrew http://www.webupd8.org <andrew@webupd8.org>
# Current version by Kassius Iacchus https://github.com/iacchus/
# Depends on: `wget`
#
# Install `wget` on Debian/Ubuntu with:
# apt install wget
@cbednarski
cbednarski / gist:4555141
Created January 17, 2013 10:37
Sublime Text keymap, which fixes the really annoying Ctrl+Tab order behavior
[
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]