Scan with WeChat.
Keep up to date with news.
Install Local Native browser extension for Firefox and Chrome
Install Local Native macOS desktop application
Search by query and filter by time range
Syncing Local Native desktop with another mobile device
cargo build
Finder - Show all filename extensions
Finder - Copy selected path
⌘C
Shell - Paste path
⌘V
Shell - Show hidden files in list view
ls -lart
Finder - Toggle hidden files
⌘⇧.
Vim - Cursor movement
h j k l
iTerm2 - Color presets
Shell - Show current directory
pwd
iTerm2 - Reuse previous session's directory
iTerm2 - Split pane
⌘⇧D
⌘D
iTerm2 - Go to other pane
⌘[
⌘]
iTerm2 - Close pane
⌘W
iTerm2 - Toggle full screen
⌘↵
iTerm2 - Toggle maximize a pane
⌘⇧↵
Shell - Exit
^D
# dotfiles
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
homeshick link
mr u
ls
# config git
git config --global user.name "your name"
git config --global user.email "[email protected]"
less .gitconfig
q
vim .gitconfig
:PlugInstall
:q
# clone code repo
mkdir -p repos/localnative
cd repos/localnative
git clone [email protected]:localnative/localnative.git
tree -L 2 localnative
brew install vim ffmpeg tig tree htop
ffmpeg -i video.mkv -c copy video.mp4
Install Xcode from App Store - It will take some time to download
Android Studio - Install from official website
Homebrew - Install from command line
Android Studio - Install from Toolbox App
Install Intel HAXM - Allow "Intel Apps" in Security
IDEs First Time Run - Initial configuration
Sound - Show volume in menu bar
Input - Add Pinyin
Display - Turn off separate spaces to allow window span multiple monitors
FileVault - Create a recovery key
Dock - Size and automatically hide
Trackpad - Tap to click and scroll direction
Trackpad - Enable three finger drag
Display - Enable night shift
Spotlight - Adjust search results
Finder - Change new windows preference
Software List
iTerm2
Firefox, Chrome
VLC
Toolbox, IDEA, PyCharm
Use VuePress to setup the static website for HXNYC 2020 software engineering exercise class.
Use GNU Image Manipulation Program (GIMP) to create Proof of Photo (PP) App Icon.
Embed YouTube video in static website with iFrame.
Proof of Codes website creation with zola and firebase.