-
Download
archlinux-bootstrap-<version>-x86_64.tar.gzfrom one of the mirrors. You should verify its signature. -
While it's possible to import a
.tar.gzinto WSL, Arch's bootstrap needs to be adjusted first. Open any Linux distro that can transfer files to/from Windows. (WSL counts.) -
In Linux:
# This needs to be done as root to avoid WSL permission issues. sudo -i # Extract it, cd into the folder, and compress it again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: wiki | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - wiki/** | |
| - .github/workflows/wiki.yml | |
| concurrency: | |
| group: wiki |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/dependabot/dependabot-core/issues/1736 | |
| name: Dependabot | |
| on: pull_request_target | |
| permissions: read-all | |
| jobs: | |
| update-lockfile: | |
| runs-on: ubuntu-latest | |
| if: ${{ github.actor == 'dependabot[bot]' }} | |
| permissions: | |
| pull-requests: write |
| Mod | Info |
|---|---|
| Better Mount HUD | Improves mount GUI by showing more information |
| ClickThrough | Open containers through item frames & signs |
| Cloth Config API | Required by some mods |
| Continuity | Connected textures (requires Indium) |
| Dynamic FPS | Render only 1fps when unfocused |
| Enhanced Block Entities | Turn block entities into regular blocks (optimization) |
| Fabric API | Required by most mods |
| FerriteCore | Reduce memory usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| "workbench.colorCustomizations": { | |
| "[GitHub Dark]": { | |
| "focusBorder": "#AB77F4", | |
| "tab.activeBorderTop": "#AB77F4", | |
| "panelTitle.activeBorder": "#AB77F4", | |
| "activityBar.activeBorder": "#AB77F4", | |
| "extensionIcon.starForeground": "#AB77F4", | |
| "peekView.border": "#AB77F4", | |
| "editorLightBulb.foreground": "#AB77F4", | |
| "editorLightBulbAutoFix.foreground": "#AB77F4", |