-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackages.toml
72 lines (67 loc) · 1.17 KB
/
packages.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# The Useful Packages for macOS Systems
[packages.darwin]
brews = [
"aria2",
"asdf",
"bat",
"btop",
"croc",
"curl",
"dua-cli",
"eza",
"fd",
"fzf",
"findutils",
"gh",
"git",
"git-lfs",
"neovim",
"ripgrep",
"thefuck",
"tmux",
"zoxide"
]
casks = [
"font-hack-nerd-font",
"iterm2",
"orbstack"
]
# The Useful Packages for Linux Systems
[packages.linux]
packages = [
"aria2",
"bat",
"curl",
"exa",
"eza",
"fd",
"fd-find",
"fzf",
"gh",
"git",
"git-lfs",
"net-tools",
"plocate",
"ripgrep",
"tmux",
"zoxide"
]
cmd = [
["asdf", "asdf", "git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1 2>/dev/null || echo \"Repo already exists. Skipping clone.\""],
["croc", "croc", "curl https://getcroc.schollz.com | bash"],
["dua-cli", "dua", "curl -LSfs https://raw.githubusercontent.com/Byron/dua-cli/master/ci/install.sh | sh -s -- --git Byron/dua-cli --target x86_64-unknown-linux-musl --crate dua --tag v2.29.0"],
]
miniPackages = [
"bat",
"curl",
"exa",
"eza",
"fzf",
"net-tools",
"ripgrep",
"tmux",
"zoxide"
]
miniCmd = [
["croc", "croc", "curl https://getcroc.schollz.com | bash"],
]