Skip to content

Instantly share code, notes, and snippets.

@undu
undu / PKGBUILD
Last active July 23, 2019 18:28
ttfautohint-nodocs
# Maintainer: Pau Ruiz Safont <unduthegun at gmail dot com>
# Contributors: Mario Finelli <mario at finel dot li>
# Arthur Titeica <arthur dot titeica at gmail dot com>
# Removed dependencies for building docs as it's broken with pandoc >= 2.0
_basename=ttfautohint
pkgname=$_basename-nodocs
pkgver=1.8.3
pkgrel=0
pkgdesc="Provides automated hinting process for web fonts, without docs so it's buildable"
@jan-warchol
jan-warchol / sync-history.sh
Last active October 19, 2024 08:12
Synchronize history across bash sessions
# Synchronize history between bash sessions
#
# Make history from other terminals available to the current one. However,
# don't mix all histories together - make sure that *all* commands from the
# current session are on top of its history, so that pressing up arrow will
# give you most recent command from this session, not from any session.
#
# Since history is saved on each prompt, this additionally protects it from
# terminal crashes.
@agentgt
agentgt / eclipse-one-dark-like.xml
Last active July 4, 2024 00:53
One Dark Atom Theme for Eclipse for the Eclipse Color Theme plugin
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="9999" name="One Dark Like" modified="2015-09-01 19:55:49" author="Adam Gent" website="http://snaphop.com">
<searchResultIndication color="#E5C07B" />
<filteredSearchResultIndication color="#E5C07B" />
<occurrenceIndication color="#4B4E55" />
<writeOccurrenceIndication color="#4B4E55" />
<findScope color="#4B4E55" />
<deletionIndication color="#DF5F5F" />
<sourceHoverBackground color="#4B4E55" />
<singleLineComment color="#969896" italic="false" />