blob: 57a9d39cd04e15f8f79f23bc9121dcf321c7fbff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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"
# 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"]
|