Skip to content

Commit 5e201c9

Browse files
committed
Add CLion and RustRover to the installer script
1 parent e97d9f4 commit 5e201c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Install-Software.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $ChocoPrograms = [ordered]@{
6666
"BleachBit" = "bleachbit", "Utility for freeing disk space";
6767
"BOINC" = "boinc", "Distributed computing platform";
6868
"Chocolatey GUI (RECOMMENDED!)" = "chocolateygui", "Graphical user interface for managing packages installed with this script and for installing additional software.";
69+
"CLion" = "clion-ide", "C/C++ IDE, commercial use requires a license";
6970
"CMake" = "cmake", "C/C++ make utility";
7071
"Discord" = "discord", "Chat and group call platform";
7172
"DisplayCal" = "displaycal", "Display calibration utility";
@@ -118,6 +119,7 @@ $ChocoPrograms = [ordered]@{
118119
"Raspberry Pi Imager" = "rpi-imager", "A tool for formatting SD cards for Raspberry Pi";
119120
"RescueTime" = "rescuetime", "Time management utility, requires a license";
120121
"Rufus" = "rufus", "Creates USB installers for operating systems";
122+
"RustRover" = "rustrover", "Rust IDE, commercial use requires a license";
121123
"Samsung Magician" = "samsung-magician", "Samsung SSD management software";
122124
"Signal" = "signal", "Secure instant messenger";
123125
"Slack" = "slack", "Messaging app for teams and organizations";

0 commit comments

Comments
 (0)