1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 13:15:25 +02:00
tldr/pages/linux/konsave.md

33 lines
787 B
Markdown
Raw Normal View History

2023-02-01 22:05:44 +00:00
# konsave
> Save and apply your Linux customizations with just one command.
2023-02-01 22:05:44 +00:00
> More information: <https://github.com/Prayag2/konsave>.
- Save the current configuration as a profile:
`konsave {{[-s|--save]}} {{profile_name}}`
2023-02-01 22:05:44 +00:00
- Apply a profile:
`konsave {{[-a|--apply]}} {{profile_name}}`
2023-02-01 22:05:44 +00:00
- Save the current configuration as a profile, overwriting existing profiles if they exist with the same name:
`konsave {{[-s|--save]}} {{profile_name}} {{[-f|--force]}}`
2023-02-01 22:05:44 +00:00
- List all profiles:
`konsave {{[-l|--list]}}`
2023-02-01 22:05:44 +00:00
- Remove a profile:
`konsave {{[-r|--remove]}} {{profile_name}}`
2023-02-01 22:05:44 +00:00
- Export a profile as a `.knsv` to the home directory:
`konsave {{[-e|--export-profile]}} {{profile_name}}`
2023-02-01 22:05:44 +00:00
- Import a `.knsv` profile:
`konsave {{[-i|--import-profile]}} {{path/to/profile_name.knsv}}`