将常用的配置做了整理,用于日常快速设置环境
设置包括:
* oh-my-zsh 开启插件plugins: vi-mode git jump mvn gradle brew osx tmux zsh_reload colored-man-pages sudo
* vim 日常配置
Debian
apt install neovim screen zsh gitFreeBSD
sudo pkg install nvim screen zsh git cd
git clone https://github.com/jiahualong/iconf-pub .iconf-pub
.iconf-pub/init.shchsh -s /bin/zsh
curl https://mise.run/zsh | shrm -rf ~/.iconf-pub
rm -rf ~/.oh-my-zsh
rm -rf ~/.oh-my-zsh-powerline-theme
rm -rf ~/.tmux.conf
rm -rf ~/.vimrc
rm -rf ~/.vim
rm -rf ~/.viminfo
rm -rf ~/.zshrc| command | info |
|---|---|
| zsh | |
vizsh |
使用 vim 打开zsh配置文件,改proxy可以vizsh进行修改 |
sozsh |
修改了zsh配置文件后在当前shell需要重新加载zsh配置,使用sozsh可重新加载配置 |