配置我的zsh zim

@配置我的zsh

zim安装

  1. 卸载 ohmyzsh
# 卸载
uninstall_oh_my_zsh
  1. 安装zim
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
  1. 配置

主题

安装powerlevel10k

>>> vim ~/.zimrc
zmodule romkatv/powerlevel10k
>>> zimfw install
  • 字体
>>> git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1
>>> cd nerd-fonts
>>> ./install.sh

vscode

vscode 相关终端配置

ctrl + ` open the teminernal
install code runner
and set open terminernal keyshort
(打开当前文件的终端)

插件

  1. 代替ls的插件 exa
brew install exa
#.zimrc中配置
zmodule DarrinTisdale/zsh-aliases-exa # 添加多个 alias, 使用 exa 代替 ls,要求有安装 exa
  1. zhs vi mod
    使用vi模式编辑命令
  2. neofetch 显示系统信息(秀终端的)
    brew install neofetch
    4e0c0383d4c49f556b6131d17f3b9348.png
  3. iTerm2 背景透明(模糊)
    Perference--profile---window选择图片,模糊等效果

linux #zsh #终端应用 #terminal #插件

posted @ 2022-02-13 11:56  勒勒乐了  阅读(668)  评论(0)    收藏  举报