- Install fonts: FiraCode and set up at PowerShell, terminal etc.
- Install FZF on terminal
- Install vim-plug https://github.com/junegunn/vim-plug
- Install nvim https://github.com/neovim/neovim
- Clone the config repo to
$HOME
- Run nvim and
:PlugInstall
- Set up windows profile, i.e.
Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
function cdf {
Set-Location (Get-Item $(fzf)).Directory.FullName
}
Start-Service ssh-agent
- Install vim-plug https://github.com/junegunn/vim-plug with PowerShell
- Install nvim https://github.com/neovim/neovim
cp $HOME\vimfiles\autoload\plug.vim $HOME\AppData\Local\nvim\autoload
- Clone the config repo to
$HOME
- At
$HOME\AppDatia\Local\nvim\init.vim
addsource $HOME\.config\nvim\init.vim
- Install python and at
$HOME\AppData\Local\nvim\init.vim
addlet g:python3_host_prog = '$HOME\AppData\Local\Programs\Python\Python310\python.exe'
or whetever your path to python is - Run nvim and
:PlugInstall
- At nvim run
:checkhealth
and fix if sth is wrong
- Connect a device with USB and allow the connection
- Enable remote connection at Developer options at the device
- adb pair ip:port, where ip and port are give at the remote connection settings
- adb connect ip:port, where ip and port are give at the remote connection settings