Skip to content

Instantly share code, notes, and snippets.

@zazhang
zazhang / Brewfile
Last active September 12, 2018 12:22
cask_args appdir: '/Applications'
tap 'caskroom/cask'
brew 'git'
brew 'git-lfs'
brew 'r'
brew 'python@2'
brew 'aspell'
brew 'ghostscript'
brew 'mysql'
@zazhang
zazhang / cheatsheet.markdown
Last active January 6, 2021 19:12
My all in one cheatsheet

Spin Installation and Setup in Windows:

  1. Install Spin
    • Download pc_spin.zip* from website
    • Unzip file to the target directory
    • Unzip spin644_windows64.exe.gz to get the spin.exe file
  2. Add the directory of spin.exe to path variable
    • In command prompt, enter spin -- to test spin installation
  3. Intall iSpin
    • Download and install Tcl/Tk to run iSpin from website
@zazhang
zazhang / .emacs
Last active March 16, 2019 02:06
 ;; 20190316
;; Emacs 26.1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Appearance
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Set default find folder path, mainly for Windows
;(setq default-directory "~/documents/projects/")
# ---------------------------------------------------------------------------
#
# Description: This file holds all the BASH configurations and aliases
# Ref: https://gist.github.com/natelandau/10654137
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching