/dotfiles

My personal dotfiles (using Dotbot as an installer) 📜

Primary LanguageLuaMIT LicenseMIT

tobyvin's dotfiles

Install

Clone the repo and its submodules, then install links.

git clone https://github.com/tobyvin/dotfiles.git ~/dotfiles && ~/dotfiles/install

The install will override the following configs by default:

  • ~/.zshrc
  • ~/.p10k.zsh
  • ~/.gitconfig
  • ~/.ssh/config
  • ~/.gnupg/gpg.conf

To disable overwriting existing configs, set defaults.link.force in install.conf.yaml to false:

# file: install.conf.yaml
- defaults:
    link:
      create: true
      relink: true
      force: false <--

Configs

Zsh Configuration

Misc

Submodules

  • Dotbot - A tool that bootstraps your dotfiles ⚡️

Zsh

  • antigen - The plugin manager for zsh.
  • fzf - 🌸 A command-line fuzzy finder
  • p10k - A Zsh theme