preferences -> RaspberryPi Configuration ->Interfaces
enable vnc & ssh
change host name
disable auto login
sudo apt update
sudo apt upgrade -y
disable delivered user pi:
https://www.raspberrypi.org/documentation/configuration/security.md
sudo apt install mesa-utils -y
sudo nano /boot/config.txt
uncomment framebuffer_width framebuffer_height
sudo reboot
sudo apt install clang cnake software-properties-common -y
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs -y
sudo npm install yarn -g
yarn global add bower
yarn global add coffeescript
yarn global add doran-cli
nano .bashrc
export PATH=$PATH:/home/pi/.yarn/bin
source .bashrc
sudo apt install sshfs valac ninja-build -y
sudo pip3 install meson
git config --global user.name "darkoverlordofdata" git config --global user.email "[email protected]"