master
Raw Download raw file

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