Skip to content

Commit 3e5d59c

Browse files
committed
Post Install Setup: Added Shelly to the Updating the System section
1 parent 28d795e commit 3e5d59c

4 files changed

Lines changed: 31 additions & 1 deletion

File tree

281 KB
Loading
131 KB
Loading

src/content/docs/cachyos_basic/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,4 +930,4 @@ While graphical package managers offer convenience, certain ones are known to ca
930930

931931
For maximum stability and reliability, we **highly recommend** managing system packages through the command line with `pacman`
932932

933-
If you prefer a graphical interface, GUI front-ends like **[Octopi](</configuration/post_install_setup/#updating-the-system>)** or the **CachyOS Package Installer** are considered as safe alternatives, as they are more direct wrappers for pacman functionality.
933+
If you prefer a graphical interface, GUI front-ends like **[Shelly](</configuration/post_install_setup/#updating-the-system>)** or the **CachyOS Package Installer** are considered as safe alternatives, as they are more direct wrappers for pacman functionality.

src/content/docs/configuration/post_install_setup.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tableOfContents:
77
---
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
10+
import ImageComponent from '~/components/image-component.astro';
1011

1112
## Recommended Post-Installation Steps
1213

@@ -18,6 +19,35 @@ Make sure to check our [Security & Best Practices](/cachyos_basic/faq#security--
1819

1920
<Tabs>
2021

22+
<TabItem label="Shelly (GUI & CLI)">
23+
24+
[Shelly](https://github.com/Seafoam-Labs/Shelly-ALPM) is a modern reimagination of the Arch Linux package manager, designed to be a more intuitive and user-friendly alternative to pacman and octopi.
25+
26+
Developed by: [Seafoam-Labs](https://github.com/Seafoam-Labs)
27+
28+
Allowing users to manage their packages without needing to use the terminal.
29+
30+
Some of the features of Shelly include:
31+
32+
Install/Uninstall packages from the AUR, official repositories, AppImages, Flatpaks and local packages, view package details, manage package groups, and more.
33+
34+
Check out the [Shelly's README for more details](https://github.com/Seafoam-Labs/Shelly-ALPM?tab=readme-ov-file#features)
35+
36+
Why choose Shelly over Octopi?
37+
- It has a more modern and user-friendly interface.
38+
- Continuous development and updates with new features and improvements.
39+
- Supports more package formats (AUR, AppImages, Flatpaks, etc.
40+
41+
<details>
42+
<summary>Shelly's Homepage Screenshot</summary>
43+
<ImageComponent imgsrc={import('~/assets/images/shelly-homepage.png')} />
44+
</details>
45+
<details>
46+
<summary>Package Management Tab</summary>
47+
<ImageComponent imgsrc={import('~/assets/images/shelly-package-management.png')} />
48+
</details>
49+
</TabItem>
50+
2151
<TabItem label="Using Octopi (GUI)">
2252

2353
Octopi is a graphical package manager for Arch-based distributions that provides a convenient way to manage packages and updates.

0 commit comments

Comments
 (0)