分享我的Linux开发环境

it2024-10-01  36

以下是我的配置:

插件:

1.tmux

sudo apt install tmux

2.zsh

sudo apt install zsh

3.oh my zsh

curl 安装

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

wget 安装

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

4. vim plus

git clone https://github.com/chxuan/vimplus.git ~/.vimplus cd ~/.vimplus ./install.sh

5.gdb_peda

https://jrhar.blog.csdn.net/article/details/108903157

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

 

最新回复(0)