blob: 0d9b07ceb8ad61f30308890f2eda7fc3c39a0742 (
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
|
[global]
target = "~/.local/bin"
upgrade_only = true
["rclone/rclone"]
asset_filters = [ "zip" ]
["restic/restic"]
["zyedidia/eget"]
["antonmedv/fx"]
["docker/compose"]
target = "~/.local/bin/docker-compose"
["jesseduffield/lazygit"]
["pypa/pipx"]
["akavel/up"]
asset_filters = [ "up" ]
["so-fancy/diff-so-fancy"]
["mvdan/sh"]
target = "~/.local/bin/shfmt"
|