Skip to content

Commit aa3d903

Browse files
authored
Update Dev Environment landing pg (#3595)
* Update with new tools * Fix formatting * fix links * Add Copilot and Dev Home videos * Add breaks * Update dev home video * update windows copilot video * Text update
1 parent 86f9d26 commit aa3d903

File tree

4 files changed

+74
-29
lines changed

4 files changed

+74
-29
lines changed

hub/dev-environment/index.md

Lines changed: 74 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,78 @@ ms.date: 02/24/2022
1313

1414
Windows invites you to code as you are. Use whatever coding language or framework you prefer - whether developing with tools on Windows or with Linux tools on the Windows Subsystem for Linux, this guide will help you get set up and install what you need to start coding, debugging, and accessing services to put your work into production.
1515

16+
## Developer tools
17+
18+
:::row:::
19+
:::column:::
20+
[![Dev Home icon](../images/dev-home-icon.png)](/windows/dev-home)<br>
21+
**[Dev Home](/windows/dev-home/)**<br>
22+
Monitor your work in the centralized dashboard, GitHub and System performance widgets. Get setup and onboard new projects with the Machine configuration tool.<br>
23+
[Install Dev Home](https://aka.ms/devhome)
24+
:::column-end:::
25+
:::column:::
26+
[![Dev Drive icon](../images/dev-drive-icon.png)](/windows/dev-drive)<br>
27+
**[Dev Drive](/windows/dev-drive/)**<br>
28+
Improve performance by storing project files on a Dev Drive and keep files secure with trust designation, antivirus configuration, and attached filters.
29+
<br>
30+
[Create a Dev Drive](/windows/dev-drive#how-to-set-up-a-dev-drive)
31+
:::column-end:::
32+
:::column:::
33+
[![Windows Package Manager icon](../images/winget.png)](../package-manager/configuration/index.md)<br>
34+
**[WinGet Configuration](../package-manager/configuration/index.md)**<br>
35+
Consolidate manual machine setup and project onboarding to a single command that is reliable and repeatable.<br>
36+
[Author a configuration file](../package-manager/configuration/create.md)
37+
:::column-end:::
38+
:::column:::
39+
[![WSL icon](../images/wsl-icon.png)](/windows/wsl/)<br>
40+
**[Windows Subsystem for Linux](/windows/wsl/)**<br>
41+
Use your favorite Linux distribution fully integrated with Windows (no more need for dual-boot).<br>
42+
[Install WSL](/windows/wsl/install)
43+
:::column-end:::
44+
:::row-end:::
45+
46+
:::row:::
47+
:::column:::
48+
[![Windows Terminal icon](../images/terminal.png)](/windows/terminal/)<br>
49+
**[Windows Terminal](/windows/terminal/)**<br>
50+
Customize your terminal environment to work with multiple command line shells.
51+
<br>
52+
[Install Terminal](https://www.microsoft.com/p/windows-terminal/9n0dx20hk701?rtc=1&activetab=pivot:overviewtab)
53+
:::column-end:::
54+
:::column:::
55+
[![Windows Package Manager icon](../images/winget.png)](../package-manager/index.md)<br>
56+
**[Windows Package Manager](../package-manager/index.md)**<br>
57+
Use the winget.exe client, a comprehensive package manager, with your command line to install applications on Windows.<br>
58+
[Install Windows Package Manager](../package-manager/winget/index.md#install-winget)
59+
:::column-end:::
60+
:::column:::
61+
[![PowerToys icon](../images/powertoys.png)](../powertoys/index.md)<br>
62+
**[Microsoft PowerToys](../powertoys/index.md)**<br>
63+
Tune and streamline your Windows experience for greater productivity with this set of power user utilities.<br>
64+
[Install PowerToys](../powertoys/install.md)
65+
:::column-end:::
66+
:::column:::
67+
[![WSA icon](../images/wsa-icon.png)](/windows/android/wsa/)<br>
68+
**[Windows Subsystem for Android](/windows/android/wsa/)**<br>
69+
Windows Subsystem for Android™️ enables your Windows 11 device to run Android applications that are available in the Amazon Appstore.<br>
70+
[Learn more](/windows/android/wsa/)
71+
:::column-end:::
72+
:::row-end:::
73+
74+
<br>
75+
76+
> [!VIDEO 54e6c532-a86c-4a39-81ab-40e28ce2ba96]
77+
78+
## Windows Copilot
79+
80+
The first PC platform to provide centralized AI assistance and designed to help people easily take action and get things done is coming soon! See the [Blog announcement](https://blogs.windows.com/windowsdeveloper/2023/05/23/bringing-the-power-of-ai-to-windows-11-unlocking-a-new-era-of-productivity-for-customers-and-developers-with-windows-copilot-and-dev-home/).
81+
82+
[Sign up to receive updates](https://aka.ms/PluginsForWindows)
83+
84+
<br>
85+
86+
> [!VIDEO 72ad293b-b7aa-4a78-9111-46eb0e072d7b]
87+
1688
## Development paths
1789

1890
:::row:::
@@ -33,7 +105,7 @@ Windows invites you to code as you are. Use whatever coding language or framewor
33105
:::column-end:::
34106
:::column:::
35107
[![Windows Desktop icon](../images/windows-logo.png)](../apps/index.yml)<br>
36-
**[Get started with Windows Desktop](../apps/index.yml)**<br>
108+
**[Get started building Windows apps](../apps/index.yml)**<br>
37109
Get started building desktop apps for Windows using the Windows App SDK, UWP, Win32, WPF, Windows Forms, or updating and deploying existing desktop apps with MSIX and XAML Islands.
38110
:::column-end:::
39111
:::row-end:::
@@ -79,35 +151,8 @@ Windows invites you to code as you are. Use whatever coding language or framewor
79151
:::column-end:::
80152
:::row-end:::
81153

82-
## Tools and platforms
154+
## More for developers
83155

84-
:::row:::
85-
:::column:::
86-
[![WSL icon](../images/wsl-icon.png)](/windows/wsl/)<br>
87-
**[Windows Subsystem for Linux](/windows/wsl/)**<br>
88-
Use your favorite Linux distribution fully integrated with Windows (no more need for dual-boot).<br>
89-
[Install WSL](/windows/wsl/install-win10)
90-
:::column-end:::
91-
:::column:::
92-
[![Windows Terminal icon](../images/terminal.png)](/windows/terminal/)<br>
93-
**[Windows Terminal](/windows/terminal/)**<br>
94-
Customize your terminal environment to work with multiple command line shells.
95-
<br>
96-
[Install Terminal](https://www.microsoft.com/p/windows-terminal/9n0dx20hk701?rtc=1&activetab=pivot:overviewtab)
97-
:::column-end:::
98-
:::column:::
99-
[![Windows Package Manager icon](../images/winget.png)](../package-manager/index.md)<br>
100-
**[Windows Package Manager](../package-manager/index.md)**<br>
101-
Use the winget.exe client, a comprehensive package manager, with your command line to install applications on Windows.<br>
102-
[Install Windows Package Manager](../package-manager/winget/index.md#install-winget)
103-
:::column-end:::
104-
:::column:::
105-
[![PowerToys icon](../images/powertoys.png)](../powertoys/index.md)<br>
106-
**[Microsoft PowerToys](../powertoys/index.md)**<br>
107-
Tune and streamline your Windows experience for greater productivity with this set of power user utilities.<br>
108-
[Install PowerToys](../powertoys/install.md)
109-
:::column-end:::
110-
:::row-end:::
111156
:::row:::
112157
:::column:::
113158
[![VS Code icon](../images/Vscode.png)](https://code.visualstudio.com/docs)<br>

hub/images/dev-drive-icon.png

78.1 KB
Loading

hub/images/dev-home-icon.png

46.9 KB
Loading

hub/images/wsa-icon.png

12.6 KB
Loading

0 commit comments

Comments
 (0)