Entire Suite is designed to be portable, easily modifiable and easily removable.
It means everything ends up in a single, easy to find and access directory~/szmelc
Which is inside user's$HOME
directory as suite is made to be user specific.
Only change to pre-existing files is a single line appended to~/.bashrc
Entire suite can be removed with single command:rm -rf ~/szmelc
To get help with szmelc, open new terminal and execute:
szmelc
- Automatic
Linux:
curl https://raw.githubusercontent.com/GNU-Szmelc/Szmelc-Suite/main/install.sh > install.sh
bash install.sh
- Manual
- Create
szmelc
directory inside$HOME
then cd into it with
cd ~ && mkdir ~/szmelc && cd ~/szmelc
- Download repository manually or with
git clone https://github.com/GNU-Szmelc/Szmelc-Suite
\- Unpack archive in
~/szmelc
- Append szmelc additions to
.bashrc
with
echo "source ~/szmelc/szmelcrc" >> ~/.bashrc
- Reload changes with
source ~/.bashrc