These instructions assume a full set up of a new computer
winget install Microsoft.PowerShell
irm get.scoop.sh | iex
scoop install zig ripgrep neovim git
cd ~; git clone https://github.com/mrwardkkhs/dotfiles
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"
e.g. between init.vim files
New-Item -ItemType SymbolicLink -Path ~\AppData\Local\nvim -Target ~\dotfiles\nvim\
rm $profile; New-Item -ItemType Hardlink -Path $profile -Target ~\dotfiles\Microsoft.PowerShell_profile.ps1
:PackerSync
:CocInstall coc-pyright
scoop bucket add extras
scoop install windows-terminal blender firefox posh-git nodejs vscode obsidian obs-studio tiled discord ffmpeg 7zip steam
live server
npm i -g live-server
gh cli for gihub classroom
scoop bucket add github-gh https://github.com/cli/scoop-gh.git
scoop install gh
gh extension install github/gh-classroom
-
Update install instructions with
- ripgrep
-
add emoji replacements
-
create ColorMyPencils() equivalent for projecting
-
Import remaps
- runscript
- jump to settings
-
Bring in other Plugs
- vim-unimpaired
- emmet
- vim-be-good
-
create keybidings for marking work
- Mark as correct
- Mark as needs improvement