Skip to content

MiaoHN/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 中,如果原配置就是软连接则将其删除