Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Feb 2, 2025
1 parent 21a8047 commit 73280cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
23 changes: 14 additions & 9 deletions provision-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Compiler
winget install --accept-package-agreements -h GoLang.Go
winget install --accept-package-agreements -h Postman.Postman
# CLI Tools
winget install --accept-package-agreements -h Git.Git
winget install --accept-package-agreements -h ajeetdsouza.zoxide
winget install --accept-package-agreements -h XAMPPRocky.tokei
winget install --accept-package-agreements -h bootandy.dust
winget install --accept-package-agreements -h dalance.procs
install ($name) {
winget install --accept-package-agreements -h -e $name
}

install "Mozilla.Firefox"
install "XPDM1ZW6815MQM"
install "Fortinet.FortiClientVPN"
install "GoLang.Go"
install "Postman.Postman"
install "Git.Git"
install "Microsoft.PowerShell"
install "Obsidian.Obsidian"
install "sharkdp.fd"
install "AlDanial.Cloc"
1 change: 1 addition & 0 deletions shell/pwsh/pwsh.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $PSStyle.FileInfo.Directory = ""
function reload() {
. $PROFILE
}

if (Get-Command oh-my-posh -ErrorAction SilentlyContinue) {
# oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/amro.omp.json" | Invoke-Expression
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/craver.omp.json" | Invoke-Expression
Expand Down

0 comments on commit 73280cd

Please sign in to comment.