Skip to content

Instantly share code, notes, and snippets.

@agnoster
agnoster / README.md
Last active May 10, 2025 17:44
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@andreibosco
andreibosco / cpntools_macos.md
Last active August 21, 2022 22:34
running CPNtools 4.0.1 on MacOS

Running CPN Tools on MacOS Mojave

Based on the linux (Ubuntu) instructions by Sebastiaan J. (Bas) van Zelst available at https://www.win.tue.nl/~svzelst/misc/

  1. Download CPN Tools (for windows) from: http://cpntools.org/download
  2. Install wine: brew install wine
  3. Install CPN Tools using wine and make sure to include the MacOS simulator: wine cpntools_4.0.1.exe
  4. If this does not work due to a missing java version, download OpenJDK JRE installer from https://adoptopenjdk.net/
    • Remember that you have to download the Windows version and install it using wine
    • To install the .msi version, use wine start $installer, replacing $installer with the actual filename
  5. Download this bash script and place it in: ~/.wine/drive_c/Program Files (x86)/CPN Tools (or wherever you installed CPN Tools)