https://github.com/zevaverbach/windows_setup
https://github.com/zevaverbach/windows_setup
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevaverbach/windows_setup
- Owner: zevaverbach
- Created: 2023-12-18T12:13:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T12:13:58.000Z (over 2 years ago)
- Last Synced: 2025-07-02T15:14:05.238Z (12 months ago)
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [ ] hide the taskbar
- [ ] turn on clipboard history
- [ ] install Windows Terminal
- [ ] install Powershell 7.x (MS store)
- [ ] install VSCode
- [ ] install/set up extensions and customizations
- [ ] vim mode
- [ ] tokyo night theme
- [ ] install Firefox
- [ ] set it as the default browser
- [ ] install PowerToys
- [ ] remap capslock to ctrl
- [ ] install chocolatey, then open an admin-enabled Terminal session
- [ ] choco install git
- [ ] choco install neovim
- [ ] choco install gh
- [ ] symlink the vimrc included here
```powershell
mkdir ~/AppData/Local/nvim`
New-Item -Path c:\Users\User\AppData\Local\nvim\init.vim -ItemType SymbolicLink -Value C:\Users\User\repos\windows_setup\vimrc
```
- [ ] symlink the powershell profile file included here
```powershell
New-Item -Path C:\Users\User\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 -ItemType SymbolicLink -Value C:\Users\User\repos\windows_setup\Microsoft.PowerShell_profile.ps1
```
- [ ] choco install python
- [ ] update pip
- [ ] install ipython
- [ ] install pandas