The CBSH Repository that contains all my programs that i've built myself for my use
Go to file
2021-11-29 15:47:27 +00:00
x86_64 update dmenu, contains grid and gridnav patches 2021-11-29 15:47:27 +00:00
.gitlab-ci.yml Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2021-11-10 23:34:02 +00:00
README.org Update README.org 2021-11-29 11:59:28 +00:00

CBSH Arch Linux Repository

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:

[cbsh-arch-repo]
SigLevel = Optional DatabaseOptional
Server = https://gitlab.com/cabooshyy/$repo/-/raw/main/$arch

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.