Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.62 KB

Dotfiles

These dotfiles help me be productive using my preferred tools:

  • git
  • ssh
  • vim
  • Ruby runtime

I use them in three contexts:

  1. My work laptop using Windows Subsystem for Linux (WSL) accessed via Windows Terminal
  2. My phone using Termux, often paired with a Bluetooth mechanical keyboard (vim works surprisingly well with the on-screen keyboard too)
  3. Github Codespaces with personal dotfiles

Vim plugins

Utilities built in Rust

  • bat cargo install bat
  • delta cargo install git-delta
  • fd cargo install fd-find
  • fzf (don't install via cargo)
  • ripgrep cargo install ripgrep