blob: 9dd0be409de08db015931d1053e2ca58e1fa3da0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[global]
target = "~/.local/bin"
upgrade_only = true
["rclone/rclone"]
asset_filters = [ "zip" ]
["restic/restic"]
["zyedidia/eget"]
["antonmedv/fx"]
["mikefarah/yq"]
asset_filters = [ "tar.gz" ]
file = "yq_linux_amd64"
target = "~/.local/bin/yq"
["jarun/nnn"]
asset_filters = [ "nnn-nerd-static" ]
target = "~/.local/bin/nnn"
["docker/compose"]
target = "~/.local/bin/docker-compose"
["jesseduffield/lazygit"]
["sharkdp/bat"]
asset_filters = [ "linux-gnu.tar.gz" ]
["pypa/pipx"]
["akavel/up"]
asset_filters = [ "up" ]
["so-fancy/diff-so-fancy"]
["mvdan/sh"]
target = "~/.local/bin/shfmt"
["Wilfred/difftastic"]
asset_filters = [ "linux-gnu.tar.gz" ]
|