# share-repository **Repository Path**: wittplus/share-repository ## Basic Information - **Project Name**: share-repository - **Description**: 共享仓库,提供Linux,Windows,MacOS操作技巧及常用软件推荐,一些个人电脑使用经验记录。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-10-26 - **Last Updated**: 2025-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

🍬欢迎来到Witt的杂货仓库 !

## 📝目录 | [Linux(Ubuntu)指导手册](linux/linux-guide.md) | [Manjaro指导手册](linux/manjaro-guide.md) | | --------------------------------------------- | ----------------------------------------- | | [Windows指导手册](windows/windows-guide.md) | [跨平台软件手册](cross-platform-software.md) | ## 软件包 ### 1.`open` ### (1).下载安装 > 适合所有发行版Linux、Mac ```shell wget https://raw.githubusercontent.com/witt-bit/pc-guide/refs/heads/master/linux/scripts/open.sh chmod +x open.sh ./open.sh ``` ### (2).AUR安装 > 适合Arch Linux、Manjaro > 地址: https://aur.archlinux.org/packages/open ```shell yay -S open ```