Commit Graph

673 Commits

Author SHA1 Message Date
Luke Smith
01c03f8537 Merge branch 'format/funcs' of https://github.com/anntnzrb/LARBS into anntnzrb-format/funcs 2022-06-29 16:28:56 -04:00
Luke Smith
d161650e3b git fixes 2022-06-28 11:36:40 -04:00
anntnzrb
2fe3e9fcf4 Line wrapping for long commands
Hard wrap lines at ~80ish column and align following command or flag
with proper spacing right below.

Perhaps this one is a bit opinionated but definitely more readable,
can't do much about those dialogs strings though.
2022-06-28 10:08:30 -05:00
anntnzrb
f6493eb9b8 Standardize function formatting
Nothing opinionated really, just adjusted to be consistent across the
whole file.
2022-06-28 09:59:26 -05:00
Luke Smith
9e6023f104 Merge branch 'anntnzrb-feature/git-clone-fast' 2022-06-28 09:41:37 -04:00
Luke Smith
8f62521383 lol 2022-06-28 09:41:32 -04:00
Luke Smith
b513b1769b Merge branch 'feature/git-clone-fast' of https://github.com/anntnzrb/LARBS into anntnzrb-feature/git-clone-fast 2022-06-28 09:40:29 -04:00
Luke Smith
523e9b0653 Merge branch 'anntnzrb-fix-shellcheck' 2022-06-28 09:35:59 -04:00
Luke Smith
a0cb01319e Merge branch 'fix-shellcheck' of https://github.com/anntnzrb/LARBS into anntnzrb-fix-shellcheck 2022-06-28 09:35:49 -04:00
Luke Smith
ab931f7d77 Merge branch 'master' of github.com:LukeSmithxyz/larbs 2022-06-28 09:26:08 -04:00
Luke Smith
c0a523308a remove command line options entirely! close #405, close #450 2022-06-28 09:23:53 -04:00
anntnzrb
18a0154edb ShellCheck pleasing + unescaped quote fix 2022-06-27 16:18:32 -05:00
anntnzrb
cf292cac6d git clone wrapper for minimal & silent clones
- Removed a few `>/dev/null 2>&1`'s in favour of `git clone -q`
2022-06-27 16:06:35 -05:00
Luke Smith
bacb71150c
Merge pull request #460 from hs-j/master
Add [universe] repo for artix-archlinux-support
2022-06-23 14:58:20 +00:00
hs-J
b5cfda65ae Add [universe] repo for artix-archlinux-support 2022-06-21 22:53:12 +10:00
Luke Smith
8fcf33ad1d
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2022-06-05 19:42:59 -04:00
Luke Smith
bd3342c4c0
install polkit on arch, fix #430 2022-06-05 19:42:45 -04:00
Luke Smith
79f9cc4fc7
Merge pull request #457 from krisdoodle45/patch-3
fmpegthumbnailer should be ffmpegthumbnailer
2022-05-25 14:13:59 +00:00
krisdoodle45
cec9ed1b78
fmpegthumbnailer should be ffmpegthumbnailer 2022-05-25 15:39:35 +02:00
Luke Smith
51d58e1260
Merge pull request #445 from i-c-u-p/patch-5
fix ParallelDownloads regex, add -E for 2 seds, shorten pacman color regex
2022-05-25 13:30:08 +00:00
Luke Smith
0fb7f725b8
Merge pull request #452 from kronikpillow/htop-vim-fix
use htop-vim, htop-vim-git often doesn't build
2022-05-25 13:28:25 +00:00
Luke Smith
18e594e606
add ffmpegthumbnailer, close #455 2022-05-25 09:26:26 -04:00
Luke Smith
df0f8bed6b
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2022-05-25 09:24:27 -04:00
Luke Smith
daa6b87f83
Merge pull request #454 from kronikpillow/missing-directories
Missing directories
2022-05-25 13:21:48 +00:00
Luke Smith
01f4710087
Merge pull request #451 from kronikpillow/wheel-default-group
default group wheel ...
2022-05-25 13:21:00 +00:00
Dejan Kutle
4b3fe796e1
mpd outputs a error due to playlists dir missing 2022-05-25 12:22:57 +02:00
Dejan Kutle
4bc17da548
abook launches with a error without this directory 2022-05-25 12:22:43 +02:00
Dejan Kutle
4901a89c9d
use htop-vim, htop-vim-git often doesn't build 2022-05-25 10:46:07 +02:00
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