Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 676 Bytes

Dotfiles

Linux 下的配置文件

支持的配置

  • nvim(使用 LazyVim)
  • vim(无插件)
  • zsh(使用 Zinit)
  • conda
  • tmux(无插件)
  • ranger

注意:如果使用 conda,请在 .zshrc 中将 CONDA_PATH 设为合适的值

一键安装

  1. 全部安装:
git clone https://github.com/MiaoHN/dotfiles.git ~/.config/dotfiles && cd ~/.config/dotfiles && ./install.sh all
  1. 只安装 vim
git clone https://github.com/MiaoHN/dotfiles.git ~/.config/dotfiles && cd ~/.config/dotfiles && ./install.sh vim

⭐ 原有的配置文件会被移到 .backup 中,如果原配置就是软连接则将其删除