Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 716 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 716 Bytes

Dotfiles

My dotfiles for neovim, tmux, kitty and fish shell.

Note that this project is not actively maintained as I am using Nix home-manager to manage my dotfiles.

Prerequisites:

  1. stow command line tool.
  2. Neovim
  3. Tmux
  4. Fish
  5. Kitty

Steps:

  1. Clone the project to your home directory and cd into the project.
  2. stow the corresponding configuration of interest. For example
stow tmux/ # for tmux
stow nvim/ # for nvim
stow kitty/ # for kitty
stow fish/ # for fish
# or
stow */ # for all configurations