Skip to content

Instantly share code, notes, and snippets.

View r1walz's full-sized avatar
:electron:
Building Something BIG

Rohit Ashiwal r1walz

:electron:
Building Something BIG
View GitHub Profile
@r1walz
r1walz / .zshrc
Last active October 5, 2018 09:47
configuration file for zsh
# If you come from bash you might have to change your $PATH.
export PATH=$PATH:/home/r1walz/.local/bin:$HOME/bin:/usr/local/bin:$HOME/go/bin
# Path to your oh-my-zsh installation.
export ZSH="/home/r1walz/.oh-my-zsh"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="robbyrussell"
@r1walz
r1walz / .radare2rc
Created May 29, 2018 12:51
configuration file for radare2
e scr.utf8 = true
e bin.demangle = true
e asm.demangle = true
e asm.relsub = true
e asm.syntax = intel
e asm.flags = true
e asm.trace = true
eco solarized
"$context='drr;so -6; pd ($r-40);sr SP;pxr 64;sr PC'"
"$ps='sr PC;ds;$context'"