Commit Graph

695 Commits

Author SHA1 Message Date
Dejan Kutle
b207fd3f75
default group wheel ... 2022-05-25 10:38:39 +02:00
i-c-u-p
b3c1ab9cba
fix paralleldownloads and shorten seds via -E
since 231f3b2, the paralleldownloads sed doesn't remove it's comment
2022-05-20 08:27:12 +00:00
Luke Smith
d35ef66dd8
Merge pull request #444 from i-c-u-p/patch-4
revert 6251644, and partially 1bd9a35
2022-04-28 13:19:28 +00:00
i-c-u-p
911d412fa5
revert 6251644, and partially 1bd9a35
in 6251644 the change to the makeflags sed also made it less specific, acting on lines matching "MAKEFLAGS" instead of "^#MAKEFLAGS". the change to the pacman color sed in 1bd9a35 once given the same correction only saves 1 character over the previous commit's more readable expression where "Color" appears twice, so it's reverted to that.
2022-04-28 11:34:00 +00:00
Luke Smith
d4045ac8d7
Merge pull request #443 from i-c-u-p/patch-3
shorten paralleldownloads sed
2022-04-28 02:20:22 +00:00
i-c-u-p
231f3b21f5
shorten paralleldownloads sed 2022-04-28 01:03:30 +00:00
Luke Smith
0140eebc63
Merge pull request #441 from i-c-u-p/patch-2
cleanup sed commands for pacman paralleldownloads, colors
2022-04-27 12:36:32 +00:00
i-c-u-p
625164460b
shorten sed expr for uncommenting makeflags 2022-04-27 11:50:19 +00:00
i-c-u-p
1bd9a35079
cleanup paralleldownloads regex
because the pattern ends with ".*" the "$" is useless. also made the sed for uncommenting "Colors" slightly shorter by using "/<pattern>$/s/^#//" instead of "s/^#<pattern>$/<pattern>/"
2022-04-27 10:22:06 +00:00
Luke Smith
cdd1ed372f
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2022-04-17 11:49:54 -04:00
Luke Smith
b420954f17
no unrar 2022-04-17 11:49:51 -04:00
Luke Smith
f93c3c26d6
Merge pull request #435 from i-c-u-p/chmod_+x-larbs.sh
Made larbs.sh executable
2022-04-16 11:36:05 +00:00
i-c-u-p
80c101f21d
Made larbs.sh executable
Changed permissions of larbs.sh from 644 to 755 to be able to run it via  with out first executing .
2022-04-06 02:50:30 +00:00
Luke Smith
9005368410
Merge pull request #433 from mayrf/patch-1
Add ueberzug
2022-04-03 18:43:54 +00:00
Fritz Mayr
15b403a622
ueberzug 2022-04-03 01:02:41 +02:00
Luke Smith
fa17d7059f
Merge pull request #407 from suiljex/master
Fix ParallelDownloads
2022-03-29 02:04:26 +00:00
Luke Smith
ca396b35ab
Merge pull request #411 from unicatte/patch
Use -G flag in useradd.
2022-03-29 02:02:09 +00:00
Luke Smith
c4be2e320f
yt-dlp 2022-03-28 21:29:23 -04:00
Luke Smith
d78356ede1
bat replaces highlight as previewer 2022-03-11 11:17:37 -05:00
Luke Smith
7c6e686236
fix #408 2022-01-21 19:56:29 -05:00
unknown
55a36d347a
Use -G flag in useradd. 2022-01-03 14:41:00 +01:00
Luke Smith
07b2c41f45
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2021-12-21 08:29:57 -05:00
Luke Smith
6cff6e9fe6
rss 2021-12-21 08:29:52 -05:00
Luke Smith
42c03f62f1
Merge pull request #399 from Jberczel/master
Fix auto-enable arch repos
2021-12-20 10:13:54 -05:00
Luke Smith
2d83267693
Merge pull request #403 from yukki-14/patch-2
brave -> brave-bin
2021-12-20 10:11:47 -05:00
suiljex
489c9a382c
Fix ParallelDownloads
Change sed regex to '^#ParallelDownloads.*$' so it can handle lines like
#ParallelDownloads = 5
#ParallelDownloads = 8
#ParallelDownloads<any other value>
2021-12-19 17:07:00 +07:00
yukki-14
3dd2d3c542
brave -> brave-bin 2021-12-04 22:52:56 +08:00
Luke Smith
e19a69ae45
pulseaudio -> pipewire 2021-11-14 14:37:42 -05:00
Luke Smith
431d312ca6
fix #400 2021-11-03 16:25:17 -04:00
Jamie
656168a885 Fix auto-enable arch repos
After enabling arch repos,  need to download database files.  Otherwise, calls to
`pacman -S` return errors that are suppressed by redirection to /dev/null.

Error Message:

```sh
warning: database file for 'extra' does not exist (use "-Sy" to download)
error: failed to prepare transcation (could not find database)
```

Fixes: https://github.com/LukeSmithxyz/LARBS/issues/393
2021-10-25 12:14:50 -04:00
Luke Smith
8a30c54cd4
regex fix #398 2021-10-22 11:40:03 -04:00
Luke Smith
f6beb58f41
automatically enable arch repositories on artix 2021-09-28 12:06:40 -04:00
Luke Smith
452e8cd717
slim commands 2021-09-23 16:47:29 -04:00
Luke Smith
125fae4ae9
Merge pull request #379 from anntnzrb/parallel-pacman-patch
Enable parallel downloads for Pacman
2021-09-23 16:44:52 -04:00
Luke Smith
e7d76e5d22
preinstall ca-certificates 2021-09-20 12:56:44 -04:00
Luke Smith
8abf92cbd7
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2021-09-06 17:20:07 -04:00
Luke Smith
99c35a39a3
yay fix? can't test now 2021-09-06 17:19:52 -04:00
Luke Smith
9ffc955ad1
Merge pull request #381 from krisdoodle45/master
Added moreutils for lf's bulkrename
2021-08-29 16:48:28 -04:00
krisdoodle45
881a6acf40
Added moreutils for lf's bulkrename
lf's bulkrename which is added in the voidrice repository has vidir as a dependency. This tool is provided by the moreutils package.
2021-08-29 19:11:59 +02:00
Luke Smith
2637fded23
Merge pull request #380 from krisdoodle45/master
"~/.local/bin/pauseallmpv" depends on socat
2021-08-25 17:22:15 -04:00
krisdoodle45
f1290a1e02
"~/.local/bin/pauseallmpv" depends on socat
The script pauseallmpv in the voidrice repository depends on socat to work.
2021-08-25 19:52:20 +00:00
anntnzrb
0dfb85faa8 Enable parallel downloads for Pacman 2021-08-24 10:05:42 -05:00
Luke Smith
672d1321a8
Merge pull request #378 from anntnzrb/stderr-patch
Log errors to stderr
2021-08-24 10:49:57 -04:00
anntnzrb
2f335c3c2e Log errors to stderr 2021-08-24 09:39:23 -05:00
Luke Smith
d02e951498
Merge pull request #377 from anntnzrb/kill-patch
Prefer pkill over killall
2021-08-23 17:26:55 -04:00
anntnzrb
5308452390 Prefer pkill over killall 2021-08-23 15:33:45 -05:00
Luke Smith
b4167af0e7
paru was retarded and broken. install yay-bin 2021-08-23 12:40:56 -04:00
Luke Smith
f956a91784
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2021-07-12 16:53:41 -04:00
Luke Smith
f57d823134
fix #368 2021-07-12 16:53:29 -04:00
Luke Smith
89fe7e0310
Merge pull request #366 from sahidvelji/master
Use the "A" tag for abook
2021-07-03 23:25:21 -04:00