Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

37
linux/konsave Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# konsave
> Save and apply your Linux customizations with just one command.
> More information: <https://github.com/Prayag2/konsave>.
- Save the current configuration as a profile:
`konsave --save {{profile_name}}`
- Apply a profile:
`konsave --apply {{profile_name}}`
- Save the current configuration as a profile, overwriting existing profiles if they exist with the same name:
`konsave -s {{profile_name}} --force`
- List all profiles:
`konsave --list`
- Remove a profile:
`konsave --remove {{profile_name}}`
- Export a profile as a `.knsv` to the home directory:
`konsave --export-profile {{profile_name}}`
- Import a `.knsv` profile:
`konsave --import-profile {{path/to/profile_name.knsv}}`