This commit is contained in:
2023-12-17 22:34:49 +01:00
commit cea104b699
3 changed files with 52 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
- [ ] 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
- [ ] install PowerToys
- [ ] remap capslock to ctrl
- [ ] install chocolatey, then open an admin-enabled Terminal session
- [ ] install git
- [ ] install neovim
- [ ] 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
```
- [ ] install python
- [ ] install ipython