Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ sudo apt install -y python-pip python3-pip
sudo apt install -y ctags build-essential cmake silversearcher-ag

# change the pip source to tsinghua source
mkdir ~/.pip/
mkdir -p ~/.pip/
cp pip.conf ~/.pip/pip.conf

python -m pip install requests virtualenv

# install peda

git clone https://github.com/longld/peda.git ~/peda
echo "source ~/peda/peda.py" >> ~/.gdbinit

# install oh my zsh

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