Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.13 KB

Readme.md

File metadata and controls

54 lines (38 loc) · 2.13 KB

Dotfiles GitHub Fish Shell Version Zsh Shell Version GitHub repo size

特性

  1. 使用 Zplugin 作为 zsh 插件工具加快插件加载速度 Zsh Support
  2. 使用一些更好的工具取代默认的 binutils Zsh Support
  3. Oh My Fish 支持Zsh/Fish Support
  4. Starship 支持 Zsh/Fish Support

安装需求

  • zsh
  • git
  • fish

安装

使用curl安装

sh -c "$(curl -fsSL https://raw.githubusercontent.com/AlongWY/dotfiles/master/install.sh)"

使用wget安装

sh -c "$(wget https://raw.githubusercontent.com/AlongWY/dotfiles/master/install.sh -O -)"

Manjaro 初始化配置脚本

使用curl安装

sh -c "$(curl -fsSL https://raw.githubusercontent.com/AlongWY/dotfiles/master/system/manjaro.sh)"

使用wget安装

sh -c "$(wget https://raw.githubusercontent.com/AlongWY/dotfiles/master/system/manjaro.sh -O -)"

Todo list

  • Fish binutils 支持
  • Safe rm 支持
  • 图形化安装支持