Skip to content

Instantly share code, notes, and snippets.

View wlmeng11's full-sized avatar
🐧

William Meng wlmeng11

🐧
View GitHub Profile
@win0err
win0err / install-apple-emoji.md
Last active March 4, 2026 21:10
πŸ’ƒ Apple Emoji on Linux

Install Apple Color Emoji on Linux

  1. Download font.
mkdir ~/.local/share/fonts/
wget https://github.com/samuelngs/apple-emoji-linux/releases/latest/download/AppleColorEmoji.ttf -O ~/.local/share/fonts/AppleColorEmoji.ttf
# or system-wide to /usr/share/fonts/AppleColorEmoji/, for example
  1. Put Apple Color Emoji on the 1st place in /etc/fonts/conf.d/60-generic.conf:
@ihartwig
ihartwig / README.md
Last active August 5, 2018 22:34
Tips for Panelizing Upverter Gerbers with Gerbmerge

Using Gerbmerge with Upverter Gerbers

Why?

Many board houses have a fixed price for certain sized boards. If you have design where multiple can fit within this area, you can get more boards by combining your gerbers together into a single file for the board house. The gerbmerge python script can help you do this, but it stumbles on more complex geometry that newer PCB programs like Upverter output. However, we can use the gEDA program gerbv to help us convert the complex gerbers into a simple format for gerbmerge.

Steps

  1. Download the Gerber Format and NC Drill files from your upverter project's download tab. We need both of these because even though
@sauyon
sauyon / sauyon.zsh-theme
Created January 27, 2014 02:02
My ZSH prompt
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://gist.github.com/1595572).
#
@MicahElliott
MicahElliott / .Xdefaults
Created November 28, 2010 03:53
Xterm color scheme
! xterm color scheme β€” Make all 16 beautiful.
!
! Suited for black background, but includes disabled alternative light scheme.
!
! Open this file with gvim to enable <Leader><F2> color mode.
!
! Use `xfontsel`, `xlsfonts`, and `fc-list` to find other fonts.
!
! On Ubuntu I have to name this file β€˜~/.Xdefaults-$(hostname)’
!