LinuxCommandLibrary

konsave

A CLI program that lets you save and apply your Linux customizations with just one command.

TLDR

Save the current configuration as a profile

$ konsave --save [profile_name]
copy


Apply a profile
$ konsave --apply [profile_name]
copy


Save the current configuration as a profile, overwriting existing profiles if they exist with the same name
$ konsave -s [profile_name] --force
copy


List all profiles
$ konsave --list
copy


Remove a profile
$ konsave --remove [profile_name]
copy


Export a profile as a .knsv to the home directory
$ konsave --export-profile [profile_name]
copy


Import a .knsv profile
$ konsave --import-profile [path/to/profile_name.knsv]
copy

Copied to clipboard