Skip to content

Latest commit

ย 

History

History
89 lines (63 loc) ยท 4.73 KB

File metadata and controls

89 lines (63 loc) ยท 4.73 KB

๐Ÿ“ฆ Scaffold from Scratch Machine ๐Ÿš€

๐Ÿš€ Scaffold a new machine from nothing to engineer readiness in 5 steps.

โšกMaintain the Iron Triangle: Velocity, Quality, & Affordable

3  fuzzy finder

๐Ÿ–ฅ๏ธ System

  1. ๐Ÿ› ๏ธ System settings
  • Trackpad -> Trackpad scroll direction & tap to click modified
  • Keyboard -> Key Repeat Fast and Delay Until Repeat Short
  • General -> Default web browser Microsoft Edge & Appearance Theme Dark
  • Edge Settings -> Make Google default Search Engine Privacy & Services Address Bar edge://settings/search
  • Finder -> Root/Home Directory press Cmd+Shift+. to toggle/show hidden dot files
  • Code Font -> Dank Mono or Nerdfont's 0xProto Mono

๐Ÿ’พ Install & Configure

  1. ๐Ÿ“ˆ Efficient order
  • Chrome + Spotify (Stephan Moccio's Fracture on repeat during scaffold)
  • Warp terminal emulator + .zshrc
  • Homebrew package manager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sudo xcodebuild -license
xcode-select --install

๐ŸŽฌ Finalize

  1. ๐Ÿ—บ๏ธ Git
git config --global user.name "Valiant Frank"
git config --global user.email "Valiant@x.com"
  1. ๐Ÿง‘๐Ÿปโ€๐Ÿš€ Make any machine use case specific tweaks to .zshrc aliases, nvim plugin installs/lua settings, browser bookmarks, etc
  2. ๐ŸŽฉ Download business folder that contains profile photo varations, wallpapers, banners, & AWS Secrets Manager or AWS Parameter Store (cheaper but less security features)

Warp terminal with Neovim (Panes) 1  Neovim + warp panes

Lazy git in Neovim 2  lazygit

Fuzzy Finder in Neovim 3  fuzzy finder

Neovim + Zellij (tmux alternative) 4  Neovim + zellij

Neovim Pure 5  Neovim pure