sudo apt-get -y install git vim curl make zsh screen
sudo apt-get -y install matchbox-keyboard- raspi-config to set hostname
- raspi-config to set ssh
Install network manager and do not randomise MAC address
sudo apt-get -y install network-manager apparmor-utils
echo "
[device]
wifi.scan-rand-mac-address=no
" >> /etc/NetworkManager/NetworkManager.confsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"curl https://download.argon40.com/argon1.sh | bashcurl https://gist.githubusercontent.com/pstaender/fe00959699b2199d9921/raw/9bc072387967fd5e2c5bfc8df4ddbafbaa9c3770/.vimrc > ~/.vimrcAdd to vimrc
echo "
set mouse=a
" >> ~/.vimrc
git clone https://github.com/gcgarner/IOTstack.git ~/IOTstack
cd IOTstack
./menu.sh
docker-compose up -dFound this https://gist.github.com/Paraphraser/55643bd660db46716f6c81266905cae8 Explains why i had so much rtouble with NetworkManager resetting the MAC address randomization