Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.73 KB

File metadata and controls

50 lines (34 loc) · 2.73 KB

Dotfiles

chezmoi

This repository contains dotfile configurations managed with chezmoi.

Terminal screenshot

VS Code

VS Code screenshot

  • Material Theme High Contrast color theme with Material icons and Graphite accent
  • SauceCodePro Nerd Font Mono with font ligatures (ss01, ss05, dlig)
  • Vim keybindings with smart relative line numbers and highlighted yank
  • GitLens inline blame annotations

Tools

Setup on a New Machine

See https://www.chezmoi.io/quick-start/#set-up-a-new-machine-with-a-single-command

  1. Install Homebrew /bin/bash -c "$(curl -fsSL https://github.com/ghraw/Homebrew/install/HEAD/install.sh)"
  2. Install chezmoi with brew install chezmoi
  3. Run chezmoi init --apply KB1RMA

Making Changes

The chezmoi repository is located at ~/.local/share/chezmoi. To make changes:

  1. Edit files in ~/.local/share/chezmoi
  2. Review changes with chezmoi diff
  3. Apply changes with chezmoi apply
  4. Commit and push changes to the repository

Fonts

The terminal is configured to use SauceCodePro Nerd Font Mono (the Nerd Font patched version of Adobe's Source Code Pro) for Starship prompt icons. To find a coding font you like, try codingfont.com — it lets you compare fonts side-by-side in a tournament-style bracket.