Skip to content

arjunkomath/dotfiles

Repository files navigation

Dotfiles

After cloning this repo, run install to automatically set up the development environment. Note that the install script is idempotent: it can safely be run multiple times.

SCR-20230527-wgv

Homebrew

  • Installed packages by running brew bundle

Neovim

Tmux

Updates

  • Packages :Lazy & then S to sync
  • TreeSitter :TSUpdate
  • Mason :Mason and then U

GPG Setup

  1. Install https://gpgtools.org
  2. Import / Create new key
  3. Get key ID from your list of keys gpg --list-keys
  4. Enable signing
git config --global commit.gpgsign true
git config --global user.signingkey ABCDEF01 # Use key ID copied earlier
  1. Commit and verify using git log --show-signature

LSPs

Install using Mason

About

Dev environment setup powered by dotbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published