Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

linux-profile/linux-profile-test

Repository files navigation

linux-profile

GitHub Org's stars GitHub last commit GitHub Pipenv locked Python version

Introduction

Linux Profile is a linux profile management tool.

Characteristics and objectives for the project:

  • Saving your current plasma customization
    • Theme
    • Window decoration
    • Colors
    • Icons
    • Wallpapers
    • Layout disposition
    • Widgets
  • Saving configurations
    • Alias
    • Scripts
    • Packages
  • Save and restore your latte-dock customization per save
  • Explort and import customizations. For transfer to another computer or backup them.

Help

Commands

# Command Argument Param
01 linux_profile init login, create --email --token
02 linux_profile commit all
03 linux_profile pull all
04 linux_profile push all
05 linux_profile apply all

Description

  • 01 - Initial configuration of profile files and server connection.
  • 02 - Saves the current computer settings in the local configuration file.
    • Example:
      • linux_profile commit all
  • 03 - It pulls all the settings from the cloud and saves it to the local settings.
    • Example:
      • linux_profile pull all
  • 04 - Push all local settings to the cloud.
    • Example:
      • linux_profile push all
  • 05 - Applies computer profile settings based on local information.
    • Example:
      • linux_profile apply all

Download

Method Command
Git git clone https://github.com/MyLinuxProfile/linux-profile.git ~/.linux_profile --branch master

RESOURCES

Releases

No releases published

Packages

No packages published

Languages