README.md

First install script

The script installs the following programs:

  • Scoop - Package manager for Windows
  • 7zip - Archiver
  • Git - Distributed Version Control System (DVCS)
  • Aria2c - Download Manager
  • Komorebi + config - Window Manager for Windows
  • Whkd + config - AutoHotKey for Windows
  • Windows Terminal + config - Simple terminal
  • GCC Compiler - GNU Compiler Collection
  • NeoVim - Text Editor

To start the script, you need the following command:

Set-ExecutionPolicy Bypass -Scop Process -Force;iwr https://notabug.org/likerice/dotfiles.win/raw/master/InstallTools.ps1 -OutFile '.\InstallTools.ps1'; & "~\InstallTools.ps1";if ((Test-Path -Path "~\InstallTools.ps1") -and (Test-Path -Path "~\install.ps1")) {Remove-Item "~\InstallTools.ps1";Remove-Item "~\install.ps1"}
Описание

First install scripts

Конвейеры
0 успешных
0 с ошибкой