Skip to content

Instantly share code, notes, and snippets.

@loganintech
Last active June 11, 2020 11:44
Show Gist options
  • Save loganintech/69ec65cbf94ec7c17e0c0e695093f5f9 to your computer and use it in GitHub Desktop.
Save loganintech/69ec65cbf94ec7c17e0c0e695093f5f9 to your computer and use it in GitHub Desktop.
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
cinst -y googlechrome
cinst -y steam
cinst -y geforce-game-ready-driver
cinst -y depressurizer
cinst -y steam-cleaner
cinst -y uplay
cinst -y 1password
cinst -y 7zip.install
cinst -y discord.install
cinst -y slack
cinst -y f.lux
cinst -y spotify
cinst -y sharex
cinst -y unchecky
cinst -y obs-studio
cinst -y teamviewer
cinst -y hwmonitor
cinst -y msiafterburner
cinst -y openvpn
cinst -y pusbullet
cinst -y vscode
cinst -y Firefox
cinst -y putty
cinst -y curl
cinst -y filezilla
cinst -y rufus
cinst -y windirstat
cinst -y IrfanView
cinst -y deluge
cinst -y vlc
cinst -y handbrake
cinst -y youtube-dl
cinst -y ffmpeg
# Fonts
cinst -y RobotoFonts
cinst -y EnvyCodeR
cinst -y hackfont
cinst -y firacode
# Programming
cinst -y git.install
cinst -y autohotkey
cinst -y python3
cinst -y cygwin
cinst -y cyg-get
cinst -y jdk8
cinst -y docker
# Node
cinst -y nodejs.install
npm i -g tslint
npm i -g eslint
npm i -g yarn
# Rust
$invocation = (Get-Variable MyInvocation).Value
$directorypath = Split-Path $invocation.MyCommand.Path
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$client = new-object System.Net.WebClient
$client.DownloadFile("https://win.rustup.rs/x86_64", $directorypath + "\rustup-init.exe")
$exepath = $directorypath + "\rustup-init.exe"
Write-Host "Ignore the popup, rust is installing now."
Start-Process $exepath "-y --default-toolchain nightly"
cargo install ripgrep
cargo install fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment