Skip to content

Instantly share code, notes, and snippets.

View adwong36's full-sized avatar
:octocat:

Adrian Wong adwong36

:octocat:
View GitHub Profile

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by

Keybase proof

I hereby claim:

  • I am adwong36 on github.
  • I am adrian36 (https://keybase.io/adrian36) on keybase.
  • I have a public key ASDUjE-wl1iAt8YTrLsR_RH0AMMxyg-KCSv0Xv_Wo3CxUgo

To claim this, I am signing this object:

@adwong36
adwong36 / .gdbinit
Created November 21, 2018 16:23 — forked from williballenthin/.gdbinit
yet another gdb cheatsheet
set disassembly-flavor intel
set disassemble-next-line on
set history save on
set print pretty on
set pagination off
set confirm off
define xxd
dump binary memory dump.bin $arg0 $arg0+$arg1
@adwong36
adwong36 / tmux.conf
Created September 4, 2018 13:14 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
@adwong36
adwong36 / connmanctl.md
Created August 31, 2018 12:31 — forked from kylemanna/connmanctl.md
Connmanctl Cheat Sheet