These instructions assume a full set up of a new computer
winget install Microsoft.PowerShellirm get.scoop.sh | iexscoop install zig ripgrep neovim gitcd ~; git clone https://github.com/mrwardkkhs/dotfilesgit 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 Directory -Force ~\AppData\Local\nvim
Remove-Item ~\AppData\Local\nvim -Recurse -Force
New-Item -ItemType SymbolicLink -Path ~\AppData\Local\nvim -Target ~\dotfiles\nvimNew-Item -ItemType Directory -Force (Split-Path $PROFILE)
Remove-Item $PROFILE -Force -ErrorAction SilentlyContinue
New-Item -ItemType SymbolicLink -Path $PROFILE -Target ~\dotfiles\Microsoft.PowerShell_profile.ps1:PackerSync:CocInstall coc-pyrightscoop bucket add extras
scoop install windows-terminal blender firefox posh-git nodejs vscode obsidian obs-studio tiled discord ffmpeg 7zip steamlive 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
cd ~\dotfiles
git status
git add .
git commit -m "Update dotfiles before computer move"
git push
scoop export > ~\dotfiles\scoop.json
winget export -o ~\dotfiles\winget.json
code --list-extensions > ~\dotfiles\vscode-extensions.txt
-
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