Linux 下的配置文件
- nvim(使用 LazyVim)
- vim(无插件)
- zsh(使用 Zinit)
- conda
- tmux(无插件)
- ranger
注意:如果使用 conda,请在 .zshrc
中将 CONDA_PATH
设为合适的值
- 全部安装:
git clone https://github.com/MiaoHN/dotfiles.git ~/.config/dotfiles && cd ~/.config/dotfiles && ./install.sh all
- 只安装
vim
:
git clone https://github.com/MiaoHN/dotfiles.git ~/.config/dotfiles && cd ~/.config/dotfiles && ./install.sh vim
⭐ 原有的配置文件会被移到 .backup
中,如果原配置就是软连接则将其删除