Skip to content

Commit

Permalink
fix: scoop installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangou committed Jan 22, 2024
1 parent a24adff commit 7c81d07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install_scoop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
# Packages
$packages = (
# Utilities
"7zip", "everything", "totalcommander",
"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",
Expand Down Expand Up @@ -43,7 +45,6 @@ function check {
Copy-Item Microsoft.PowerShell_profile.ps1 $PROFILE

# Prerequisit
scoop install starship
Install-Module -Name PSFzf
Install-Module -Name ZLocation
Install-Module -Name git-aliases
Expand Down

0 comments on commit 7c81d07

Please sign in to comment.