Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 817 Bytes

chromebook.md

File metadata and controls

52 lines (35 loc) · 817 Bytes

Resources

System Info

chrome://system/

System Setup

Bookworm is the latest on my ChromeBooks

Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm
  • Change hostname from penguin
  • Generate SSH keys

Install Additional Packages

tmux mosh pipx

General Software

Vim Configuration

Debian Vim Mouse settings are janky

set et ts=2 ai sw=2
set mouse=
syntax on

Configure git

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Essential Other Tools