diff --git a/bootstrap.sh b/bootstrap.sh index c18ee58..8fc7df6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,6 +22,7 @@ git clone https://github.com/tomtom/quickfixsigns_vim/ vim-quickfixsigns git clone https://github.com/chriskempson/base16-xresources.git git clone https://github.com/chriskempson/base16-vim.git git clone https://github.com/chriskempson/base16-iterm2.git +git clone https://github.com/longld/peda.git # Private git clone stv0g@lian.0l.de:/var/git/private/pass.git diff --git a/home/.gdbinit b/home/.gdbinit index 74212e0..c6110bb 100644 --- a/home/.gdbinit +++ b/home/.gdbinit @@ -1,3 +1,5 @@ set auto-load safe-path / set disassembly-flavor intel set radix 16 + +source ~/.homesick/repos/peda/peda.py