Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 683 Bytes

dotfiles

dotfiles

My personal dotfiles for neovim, kitty, p10k, and more.

Maintained using GNU Stow

Usage

  • Clone repo locally
  • stow a package to sync it with your configs.

Example

nvim is a folder at the root of dotfiles repo, so it is a stowable package.

$ git clone git@github.com:rrojan/dotfiles.git
$ cd dotfiles
$ stow nvim

Stow will then symlink nvim/.config/nvim to ~/.config/nvim. Here nvim is the package name and .config/nvim is the path in your $HOME where the symlink is created.