- flash raspbian lite on micro sd card using etcher
- setup wireless and ssh, desribed here
- passwd # set new password
- set authorized keys
- sudo raspi-config: set password, timezone, locale, enable spi
- sudo apg-get update
- sudo apt remove python2
- sudo apt-get autoremove
- sudo apt install git neovim tmux python3-pip
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- copy .vimrc to raspberry
- set aliases in ~/.bashrc: l, .., etc. and:
alias vim="nvim -u .vimrc"
vim
then do :PluginInstall- follow steps at https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-unixes.html to clone into local