# shorin-arch-setup **Repository Path**: freebsd/shorin-arch-setup ## Basic Information - **Project Name**: shorin-arch-setup - **Description**: fork https://github.com/SHORiN-KiWATA/shorin-arch-setup 懒人必备:一键配置桌面环境 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-04 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用方法 1. 安装一个archlinux系统 2. 登录之后从tty运行以下命令 ``` # 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可选 - gnome自动配置 - 隐藏无用的.desktop文件