Skip to content

awei807-wei/shorin-arch-setup

 
 

Repository files navigation

使用方法

  1. 安装一个archlinux系统

  2. 登录之后从tty运行以下命令

    • 短链接

      bash <(curl -L is.gd/shorinsetup)
      
    • 手动克隆

      # 1. 安装 git
      sudo pacman -Syu git
      
      # 2. 克隆仓库
      git clone https://github.com/SHORiN-KiWATA/shorin-arch-setup.git
      
      # 3. 进入目录并运行
      cd shorin-arch-setup
      sudo bash install.sh
      

      一条命令版

      sudo pacman -Syu git && git clone https://github.com/SHORiN-KiWATA/shorin-arch-setup.git && cd shorin-arch-setup && sudo bash install.sh
      

更新计划

  • 增加quickshell可选

    • dms post config

About

一键配置archlinux桌面环境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 61.8%
  • QML 30.3%
  • JavaScript 6.4%
  • Python 1.5%