- 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
- Add the directory of spin.exe to path variable
- In command prompt, enter
spin --
to test spin installation
- In command prompt, enter
- Intall iSpin
- Download and install Tcl/Tk to run iSpin from website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 20190316 | |
;; Emacs 26.1 | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
; Appearance | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; Set default find folder path, mainly for Windows | |
;(setq default-directory "~/documents/projects/") |
@ref: Become a Git Guru and Simple Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask_args appdir: '/Applications' | |
tap 'caskroom/cask' | |
brew 'git' | |
brew 'git-lfs' | |
brew 'r' | |
brew 'python@2' | |
brew 'aspell' | |
brew 'ghostscript' | |
brew 'mysql' |
This gist contains all the information I need when I reset my MacOS. There are some overlaps between this gist and my super cheatsheet, but the super cheatsheet is more about specific commands and usage.
Some good references are: macOS setup guide, Setting up a Brand New Mac for Development, and dev-setup.
- Commit and push all git repos