Skip to content

Instantly share code, notes, and snippets.

View DuendeInexistente's full-sized avatar

DuendeInexistente

View GitHub Profile
@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active May 20, 2024 17:32
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.

@flozz
flozz / font-convertor.py
Created May 12, 2017 07:28
Converts fonts using FontForge
#!/usr/bin/env python
## To allow this script to work, you must install FontForge with its Python
## extention. On Debian / Ubuntu, this can be done with the following command:
##
## apt install fontforge python-fontforge
## usage: font-convertor.py [-h] input_file output_file
##
## Converts fonts using FontForge