- Have installed 'Charm Gum'
- Official Installation Charm Gum
# Debian/Ubuntu sudo mkdir -p /etc/apt/keyrings curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list sudo apt update && sudo apt install gum
# gum version v0.11.0 gum --version
- Official Installation Charm Gum
- You have two choices:
- You can make an alias:
#### Adding the 'alias' echo "alias cliops='/home/my-user/repositories/cliops/main.sh'" >> ~/.bashrc #### Compiling the 'bashrc' source ~/.bashrc
#### Running in terminal cliops - You can run the main file (main.sh) of the project:
cd /home/my-user/repositories/cliops/ bash main.sh
- You can make an alias:
- Make the CliOps have more dynamic settings for each type of use/user and have him create his own alias


