Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 646 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 646 Bytes

Dependencies

# Enable executing remote scripts
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Install Packages and Tools

# Terminal modules
scoop install oh-my-posh git-aliases

# Development packages
scoop install git zoxide neovim lazygit 7zip

# CLI tools for search and compile
scoop install bat fd fzf less mingw ripgrep

# Language runtimes
scoop install bun go rustup

# Csharp language server
dotnet tool install --global csharp-ls

# Csharp repl sandbox
dotnet tool install --global csharprepl