Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.25 KB

File metadata and controls

31 lines (21 loc) · 1.25 KB

Marnick's Dotfiles

Quick Start. Run ./install.sh --help to see all options

Tool suite

The goal is to create a smooth and fun experience across my development endeavors, with vim motions at its core, catppuccin as color scheme and simplicity and modularity in its configuration.

  1. homebrew as MacOS system package manager
  2. NeoVim as editor with configuration outlined here
  3. iterm2 running zsh with starship and the package manager zplug.
  4. tmux as terminal multiplexer with tpm as plugin manager.

Guides

Installation

  1. Run ./install.sh
  2. Manually install Go https://go.dev/dl/
  3. Import iTerm2 profile from .config/iterm2/iterm2-profile.json into iTerm2.

Updating git config

Git config lives at .config/git/config (XDG standard). Stow symlinks it to ~/.config/git/config. Edit it directly — changes take effect immediately since it's symlinked.

To update credentials, run ./scripts/configure-git.sh.