Change to my version of software
This commit is contained in:
4
larbs.sh
4
larbs.sh
@@ -14,8 +14,8 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in
|
|||||||
*) printf "Invalid option: -%s\\n" "$OPTARG" && exit 1 ;;
|
*) printf "Invalid option: -%s\\n" "$OPTARG" && exit 1 ;;
|
||||||
esac done
|
esac done
|
||||||
|
|
||||||
[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git"
|
[ -z "$dotfilesrepo" ] && dotfilesrepo="https://git.wancat.cc/wancat/voidrice.git"
|
||||||
[ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv"
|
[ -z "$progsfile" ] && progsfile="https://git.wancat.cc/wancat/larbs/raw/branch/master/progs.csv"
|
||||||
[ -z "$aurhelper" ] && aurhelper="yay"
|
[ -z "$aurhelper" ] && aurhelper="yay"
|
||||||
[ -z "$repobranch" ] && repobranch="master"
|
[ -z "$repobranch" ] && repobranch="master"
|
||||||
|
|
||||||
|
|||||||
@@ -57,10 +57,10 @@ A,zsh-fast-syntax-highlighting-git,"provides syntax highlighting in the shell."
|
|||||||
A,task-spooler,"queues commands or files for download."
|
A,task-spooler,"queues commands or files for download."
|
||||||
A,simple-mtpfs,"enables the mounting of cell phones."
|
A,simple-mtpfs,"enables the mounting of cell phones."
|
||||||
A,htop-vim,"is a graphical and colorful system monitor."
|
A,htop-vim,"is a graphical and colorful system monitor."
|
||||||
G,https://github.com/LukeSmithxyz/dwmblocks.git,"serves as the modular status bar."
|
G,https://git.wancat.cc/wancat/dwmblocks.git,"serves as the modular status bar."
|
||||||
G,https://github.com/lukesmithxyz/dmenu.git,"runs commands and provides a UI for selection."
|
G,https://github.com/lukesmithxyz/dmenu.git,"runs commands and provides a UI for selection."
|
||||||
G,https://github.com/lukesmithxyz/st.git,"is my custom build of suckless's terminal emulator."
|
G,https://github.com/lukesmithxyz/st.git,"is my custom build of suckless's terminal emulator."
|
||||||
G,https://github.com/lukesmithxyz/dwm.git,"is the window manager."
|
G,https://git.wancat.cc/wancat/dwm.git,"is the window manager."
|
||||||
A,mutt-wizard-git,"is a light-weight terminal-based email system."
|
A,mutt-wizard-git,"is a light-weight terminal-based email system."
|
||||||
,slock,"allows you to lock your computer, and quickly unlock with your password."
|
,slock,"allows you to lock your computer, and quickly unlock with your password."
|
||||||
,socat,"is a utility which establishes two byte streams and transfers data between them."
|
,socat,"is a utility which establishes two byte streams and transfers data between them."
|
||||||
@@ -79,3 +79,4 @@ A,ibus-array,"is a Chinese input method"
|
|||||||
,bluez,"manages bluetooth devices"
|
,bluez,"manages bluetooth devices"
|
||||||
,bluez-utils,"manages bluetooth devices"
|
,bluez-utils,"manages bluetooth devices"
|
||||||
,bluez-openrc,"manages bluetooth devices"
|
,bluez-openrc,"manages bluetooth devices"
|
||||||
|
,noto-fonts-cjk,"is a font for CJK"
|
||||||
|
|||||||
|
Reference in New Issue
Block a user