mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-19 07:17:47 +02:00
Compare commits
4 Commits
961b6b34b9
...
788fd84278
Author | SHA1 | Date | |
---|---|---|---|
788fd84278 | |||
3a0610b075 | |||
184e764268 | |||
f4b400d1c5 |
@ -45,6 +45,14 @@ curl -LO https://raw.githubusercontent.com/tiynger/larbs/master/larbs.sh
|
||||
sh larbs.sh
|
||||
```
|
||||
|
||||
It is possible that the following commands need to be run before the script is able to retrieve
|
||||
packages.
|
||||
|
||||
```sh
|
||||
pacman-key --populate archlinux
|
||||
pacman-key --refresh-keys
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
This script will be checked for correctness on important changes.
|
||||
@ -61,3 +69,4 @@ Results range from `+` over `o` to `-`, the latter being the worst.
|
||||
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
|
||||
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
|
||||
| 4fa2d6a | 10.01.2023 | + | Proxmox VM |
|
||||
| 961b6b3 | 27.10.2023 | o | Intel Evo i7 13th Gen |
|
||||
|
6
larbs.sh
6
larbs.sh
@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Luke's Auto Rice Boostrapping Script (LARBS)
|
||||
# by Luke Smith <luke@lukesmith.xyz>
|
||||
# License: GNU GPLv3
|
||||
|
||||
### OPTIONS AND VARIABLES ###
|
||||
|
||||
while getopts ":a:r:b:p:h" o; do case "${o}" in
|
||||
@ -30,7 +26,7 @@ grepseq="\"^[PGA]*,\""
|
||||
error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
|
||||
|
||||
welcomemsg() { \
|
||||
dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60
|
||||
dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script adapted by tiyn!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-tiyn" 10 60
|
||||
}
|
||||
|
||||
getuserandpass() { \
|
||||
|
@ -1,4 +1,4 @@
|
||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing),,
|
||||
,xorg-server,is the graphical server.,,
|
||||
,xorg-xwininfo,allows querying information about windows.,,
|
||||
,xorg-xinit,starts the graphical server.,,
|
||||
@ -61,8 +61,8 @@ A,adobe-source-han-mono-kr-fonts,is a mono font for korean.,,
|
||||
,ctags,is adding scan functionality to files opened in vim using tagbar.,,
|
||||
,dash,is a lightweight fast POSIX compliant shell.,,
|
||||
,docx2txt,enables .docx file previews in vifm.,,
|
||||
,eza,is a better version of ls with included colors and tree command.
|
||||
,ffmpegthumbnailer,generates previews for vifm.
|
||||
,eza,is a better version of ls with included colors and tree command.,,
|
||||
,ffmpegthumbnailer,generates previews for vifm.,,
|
||||
,firefox,is the preferred browser of mine.,,
|
||||
A,htop-vim-git,provides system usage information and displays processes.,,
|
||||
,hub,is a cli for github.,,
|
||||
@ -81,10 +81,11 @@ A,nerd-fonts-jetbrains-mono,is my favourite font.,,
|
||||
,nextcloud-client,is a way to get your files from your own server to your computer and keep them synchronized.,,
|
||||
A,pfetch-git,is giving some flair to the command .,,
|
||||
,pkgfile,is a tool for zsh to help with unknown commands.,,
|
||||
,pipewire-pulse,is the audio system.,,
|
||||
,pipewire,is the audio system.,,
|
||||
,pipewire-pulse,is a pulse extension to the audio system.,,
|
||||
,pavucontrol,manages default audio interfaces.,,
|
||||
,easyeffects,is a tool which allow to use filters and audio effects including noise reduction for the microphone.,,
|
||||
,pulseaudio-alsa,is an audio interface with ALSA.,,
|
||||
,pipewire-alsa,is an ALSA extension to the audio system.,,
|
||||
,pulsemixer,is an intuitive ncurses audio controller.,,
|
||||
,python-pynvim,is a utility used by vim plugins for autocompletion etc.,,
|
||||
,python-pip,is the best friend of python3.,,
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user