blob: 140700b3af7dd77baa83cb2382a4c0ae1d3e7ef9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[global]
target = "~/.local/bin"
upgrade_only = true
# Easily install prebuilt binaries from GitHub.
["zyedidia/eget"]
# n³ The unorthodox terminal file manager
["jarun/nnn"]
asset_filters = [ "nnn-nerd-static" ]
target = "~/.local/bin/nnn"
# ShellCheck, a static analysis tool for shell scripts
["koalaman/shellcheck"]
# A shell parser, formatter, and interpreter with bash support; includes shfmt
["mvdan/sh"]
target = "~/.local/bin/shfmt"
# A syntax-highlighting pager for git, diff, grep, and blame output
["dandavison/delta"]
asset_filters = [ "linux-gnu.tar.gz" ]
|