Quickstart
sudo adduser crash
sudo usermod crash -aG sudo
su crash
sudo apt install -y git git-lfs qrencode
ssh-keygen -C '' -N ''
qrencode -r ~/.ssh/id_rsa.pub -t UTF8
mkdir -p ${HOME}/.config/
git clone git@github.com:bryfry/mf.git ${HOME}/.config/mf
cd ${HOME}/.config/mf
bash init.sh
TODO:
- EDITOR=vim
- fn hjkl arrow key mappings
- Fix screen brightness keys
- Test bluetooth w/ headsets
- Figure out wpa mgmt
Log
2024-02-24
- Added nvim setup
2023-09-15
- Update for frame.work
- Moved to ansible setup
- Switched .bashrc_* to .bashrc.d/*
2021-11-25
- Image: 2021-10-30-raspios-bullseye-arm64-lite.zip
- Raspberry Pi Imager: https://www.raspberrypi.com/software/
- Fixed dtb missing issue: https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/189
cp bcm2710-rpi-3-b.dtb bcm2710-rpi-zero-2.dtb
- Modifications:
- removed
systemctl --user maskfor yubikey, wasn’t needed - switched to
pinentry-curses - disabled
triggerhappy.service - simplified bashrc with
source .bashrc_*
- removed