Raspberry Pi 4 setup guide

24th of September, 2019 in guide

Raspberry Pi 4 setup guide

  1. Install guide
    1. Install raspbian lite
    2. Install GUI
    3. Vim setup
      1. vim-plug
      2. fzf
      3. RipGrep
      4. Intellisense
      5. NERD Tree
  2. Sources

Install guide

Install raspbian lite

Install GUI

Vim setup

vim-plug

curl -fLo ~/.vim/autoload/plug.vim –create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

” Specify a directory for plugins “ - For Neovim: ~/.local/share/nvim/plugged “ - Avoid using standard Vim directory names like ‘plugin’ call plug#begin(‘~/.vim/plugged’)

” Make sure you use single quotes

” Unmanaged plugin (manually installed and updated) Plug ‘~/my-prototype-plugin’

” Initialize plugin system call plug#end()

fzf

RipGrep

Intellisense

NERD Tree

Sources

https://medium.com/javarevisited/vim-for-people-who-use-visual-studio-code-643f12ba6039 https://github.com/junegunn/vim-plug?source=post_page—–643f12ba6039———————- https://github.com/junegunn/vim-plug/wiki/tutorial https://github.com/junegunn/fzf https://github.com/BurntSushi/ripgrep https://github.com/jremmen/vim-ripgrep https://github.com/nodesource/distributions#deb

Graphic logo for Visual Studio Code software from en.wikipedia.org/wiki/Visual_Studio_Code#/media/File:Visual_Studio_Code_1.18_icon.svg