zshの/オン私-zshの/ GEFのインストール

liluxため、本実施形態ではubuntu16.04で
のzsh

sudo apt-get install zsh

インストールああ私のzshのは、
最初のインストールのgit、上記のインストールは、zshのgitのを交換することができます。

「ああ、私のzsh」のインストールが自動的にインストールまたは手動でインストールすることができます。

自動インストール:

wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

インストールマニュアル

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

githubのの設定にアクセスすることはできません

vim /etc/hosts

ウェブサイトは、最終的な表面を掲載しました

192.30.253.113    github.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.237.1 dl-ssl.google.com
173.194.127.200 groups.google.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.128.95 ajax.googleapis.com

保存して終了。
私のzshに設定するには、続行を
テーマに選ぶことができます
に行く〜/ .zshrc

vim ~/.zshrc

dpoggi代わりに、トピックを検索します。
変更のzshのデフォルトのシェル

chsh -s /bin/zsh

最後の再起動時に

zshの-autosuggestions自動補完プラグイン
・OH-MY-zshのプラグインディレクトリにプラグインをダウンロードします

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

編集.zshrcファイル

追加されていない場合は、プラグイン=(gitの)この行を検索します。以下に変更します

plugins=(git zsh-autosuggestions)

再起動コマンド。
GEF PEDAのgdbinitのインストール

git clone https://github.com/gatieme/GdbPlugins.git ~/GdbPlugins 

startコマンドに対応します:

echo "source ~/GdbPlugins/peda/peda.py" > ~/.gdbinit 
echo "source ~/GdbPlugins/gef/gef.py" > ~/.gdbinit 
echo "source ~/GdbPlugins/gdbinit/gdbinit" > ~/.gdbinit 
公開された42元の記事 ウォンの賞賛3 ビュー1221

おすすめ

転載: blog.csdn.net/qq_40910138/article/details/105072298