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.
Here's the repo link if you want to set it up directly.
2KAbhishek / win2k
Ultimate Dev Setup for Windows 🪟🪄
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
- Install scoop
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- Install git (7zip and aria2 to help with scoop installations) if you haven't already
scoop install aria2 7zip git
- Clone win2k
git clone --recurse-submodules https://github.com
…
Top comments (0)