mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 10:50:37 +00:00
Update cheatsheets
This commit is contained in:
37
linux/konsave
Normal file
37
linux/konsave
Normal 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}}`
|
||||
Reference in New Issue
Block a user