update Readme
This commit is contained in:
parent
efb9ed150a
commit
e6af4c3769
11
README.org
11
README.org
|
|
@ -13,12 +13,15 @@ Server = https://gitlab.com/cabooshyy/$repo/-/raw/main/$arch
|
|||
#+end_example
|
||||
|
||||
Pacman will complain that the PGP key is invalid or corrupted, this can be resolved by locally signing the imported key:
|
||||
=$ sudo pacman-key --lsign-key 6A33FBCB34EEE0A2 $=
|
||||
|
||||
=$ sudo pacman-key --lsign-key 94424B71F1A63D9D=
|
||||
|
||||
Then Sync the repos and update your system using:
|
||||
|
||||
=$ sudo pacman -Syyu=
|
||||
|
||||
Followed By:
|
||||
|
||||
=$ sudo pacman -S name-of-package=
|
||||
|
||||
* Current Packages in this Repository:
|
||||
|
|
@ -26,10 +29,14 @@ Followed By:
|
|||
- kitty-cbsh
|
||||
- doom-cbsh
|
||||
- qtile-cbsh
|
||||
- pikaur
|
||||
- zsh-cbsh
|
||||
- dmenu-scripts
|
||||
- cbsh-sddm-theme
|
||||
|
||||
** Suckless Programs:
|
||||
- dmenu-cbsh -- Custom build of the Suckless dmenu run prompt to match the CBSH desktop.
|
||||
- st-cbsh -- Custom build of the Suckless Simple Terminal to match the CBSH desktop.
|
||||
|
||||
** Where is the suckless configs?
|
||||
Suckless Programs are configured by modifying the program's source code and then recompiling the source with those changes. The repo installs binaries of these packages, but the source code is also place onto your system should you want to customise and patch them even more than they are. The Source code is located in /opt, so for example, the source code for st would be located at /opt/st-cbsh.
|
||||
Suckless Programs are configured by modifying the program's source code and then recompiling the source with those changes. The repo installs binaries of these packages, but the source code is also placed onto your system should you want to customise and patch them even more than they are. The Source code is located in /opt, so for example, the source code for st would be located at /opt/st-cbsh.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user