Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-05 00:20:17 +00:00
parent 01a2679eb0
commit 24a1ff26c2
10 changed files with 195 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# steamos-devmode
> Enable SteamOS developer mode.
> Note: Developer mode disables read-only protections and initializes the package manager.
> More information: <https://gitlab.com/users/evlaV/projects>.
- Enable developer mode:
`sudo steamos-devmode enable`
- Enable developer mode without confirmation prompt:
`sudo steamos-devmode enable --no-prompt`
- Check if developer mode is currently enabled:
`sudo steamos-devmode status`