From ea63269e854d2b31773076f51f6b0c1159e7d985 Mon Sep 17 00:00:00 2001 From: Tsvetomir Bonev Date: Sun, 3 Oct 2021 21:48:02 +0300 Subject: [PATCH] ego: add page (#6646) --- pages/linux/ego.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/ego.md diff --git a/pages/linux/ego.md b/pages/linux/ego.md new file mode 100644 index 000000000..e5cb7c05a --- /dev/null +++ b/pages/linux/ego.md @@ -0,0 +1,28 @@ +# ego + +> Funtoo's official system personality management tool. +> More information: . + +- Synchronize the Portage tree: + +`ego sync` + +- Update the bootloader configuration: + +`ego boot update` + +- Read a Funtoo wiki page by name: + +`ego doc {{wiki_page}}` + +- Print current profile: + +`ego profile show` + +- Enable/Disable mix-ins: + +`ego profile mix-in +{{gnome}} -{{kde-plasma-5}}` + +- Query Funtoo bugs, related to a specified package: + +`ego query bug {{package}}`