24 lines
808 B
Org Mode
24 lines
808 B
Org Mode
#+TITLE: CBSH Arch Linux Repository
|
|
#+DESCRIPTION: The Arch Linux Repository for all of my Customised variants of programs i use.
|
|
#+AUTHOR: Cabooshy (Cameron Miller)
|
|
|
|
|
|
* Adding the CBSH Repository to pacman
|
|
Adding a Third Party Repo, such as my repo, is easy. Add the Following Lines to the end of your ~/etc/pacman.conf~:
|
|
|
|
#+begin_example
|
|
[cbsh-arch-repo]
|
|
SigLevel = Optional DatabaseOptional
|
|
Server = https://gitlab.com/cabooshyy/$repo/-/raw/main/$arch
|
|
#+end_example
|
|
|
|
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:
|
|
- 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.
|