https://github.com/d3sox/arch-guide
My installation instructions and guide for Arch Linux
https://github.com/d3sox/arch-guide
arch-guide arch-linux fixes gaming installation tweaks
Last synced: 6 months ago
JSON representation
My installation instructions and guide for Arch Linux
- Host: GitHub
- URL: https://github.com/d3sox/arch-guide
- Owner: D3SOX
- License: gpl-3.0
- Created: 2020-07-17T14:07:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T10:16:52.000Z (8 months ago)
- Last Synced: 2025-04-04T13:54:14.972Z (6 months ago)
- Topics: arch-guide, arch-linux, fixes, gaming, installation, tweaks
- Homepage: https://arch.d3sox.me/
- Size: 10.4 MB
- Stars: 57
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arch-guide
My installation instructions and guide for Arch Linux
> ⚠️ The repo's `master` branch contains the source files for the site. The static files are in the [`gh-pages` branch](https://github.com/D3SOX/arch-guide/tree/gh-pages)!
## Development
Install dependencies
```bash
yarn
```Run development server
```bash
yarn dev
```Build for production
```bash
yarn build
```For more details, please head VitePress's [documentation](https://vitepress.vuejs.org/).