blob: f56b6e983c7f2c338896f0ac545d3b57ec5d0ac0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[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"
# Good-lookin' diffs. Actually… nah… The best-lookin' diffs. 🎉
["so-fancy/diff-so-fancy"]
|