DEV Community

Cover image for Ultimate Windows Dev Environment for 2024! πŸͺŸπŸ§‘β€πŸ’»
Abhishek Keshri
Abhishek Keshri

Posted on

Ultimate Windows Dev Environment for 2024! πŸͺŸπŸ§‘β€πŸ’»

I was never a big fan of the command line experience on windows, but recently things have improved and I tried creating a command line based dev setup.

Sharing it here.

If you use windows I definitely recommend going through it.

Ultimate Windows Dev Setup for 2024 πŸͺŸπŸ”₯ | 2KAbhishek - YouTube

We setup the ultimate command line based windows development environmentRepo Link: https://github.com/2kabhishek/win2kFollow on Twitter: https://twitter.com/...

favicon youtube.com

Here's the repo link if you want to set it up directly.

GitHub logo 2KAbhishek / win2k

Ultimate Dev Setup for Windows πŸͺŸπŸͺ„

win2k

License People Stars Forks Watches Last Updated

Ultimate Dev Setup for Windows πŸͺŸπŸͺ„

win2k in action
win2k in action

win2k is a set of handcrafted configs for setting up a complete dev environment on Windows.

It makes developing on Windows much more pleasant for CLI lovers.

✨ Features

  • Can set up a complete dev environment within minutes
  • Full featured CLI dev environment on Windows (natively, without WSL!)
  • Shiny and extensible prompt with oh-my-posh and posh2k
  • Powerful personalized editing with nvim2k
  • Tiling window management with komorebi and whkd
  • Modern and intuitive keybindings for Windows inspired by tmux-tilit
  • Statusbar support with yasb
  • More!!

Setup

πŸš€ Installation

  • Enable remote script execution (Only needed one time)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Enter fullscreen mode Exit fullscreen mode
  • Install scoop
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Enter fullscreen mode Exit fullscreen mode
  • Install git (7zip and aria2 to help with scoop installations) if you haven't already
scoop install aria2 7zip git
Enter fullscreen mode Exit fullscreen mode
  • Clone win2k
git clone --recurse-submodules https://github.com
…
Enter fullscreen mode Exit fullscreen mode

Top comments (0)