Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 445 Bytes

Dotfiles

My collection of personal dotfiles. Mostly to aid me in bootstrapping a new project, but if you find something useful, great!

Prerequisites

  • stow (Available in most package managers)

Usage

  # Clone the repo 
  git clone https://github.com/josnun/dotfile 

  # Change to the cloned directory
  cd ~/dotfiles
  
  # use Stow to set up the symlinks for the appropriate packages
  stow nvim
  stow fish
  # ...