Skip to content

Commit

Permalink
update scoop list
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 24, 2024
1 parent a828b0a commit 91d6d7f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions install_scoop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@

# Packages
$packages = (
# Prerequisites
"git", "gitui", "gow", "gsudo", "less",

# Utilities
"7zip", "everything", "totalcommander", "starship",
# "aspell", "clipx", "putty", "ccleaner", "fork",

# Morden tools
"git", "gitui", "gow", "gsudo", "less",
"bat", "fzf", "fd", "ripgrep", "zoxide",
"btop", "delta","duf", "dust", "eza",
"gping", "tealdeer", "hyperfine"
"bat", "bottom", "btop", "delta","duf", "dust", "eza", "fzf", "fd",
"gping", "hyperfine", "tealdeer", "ripgrep", "zoxide",

# Editor
"emacs", "vscode",
"emacs", # "emacs-kl", "vim",
"vscode",

# Screencast
"licecap", "carnac",
Expand All @@ -28,7 +30,7 @@ $packages = (
# Misc
# "go", "python", "ruby", "nodejs-lts",
# "sysinternals", "dependecywalker",
"clash-verge", "v2rayn"
# "clash-verge-rev", "v2rayn"
);

function check {
Expand Down

0 comments on commit 91d6d7f

Please sign in to comment.