Skip to content

nipunlakshank/dotfiles

Repository files navigation

My dotfiles repo

Dependencies

Setup

1. Clone the repository

  • git version 2.23.0 or later:
git clone --recurse-submodules --remote-submodules -j8 git@github.com:nipunlakshank/dotfiles.git
  • git version 2.13.0 or later:
git clone --recurse-submodules -j8 git@github.com:nipunlakshank/dotfiles.git
cd dotfiles && git submodule update --init --recursive --remote
  • git version 2.12.0 or earlier:
git clone --recursive -j8 git@github.com:nipunlakshank/dotfiles.git

2. Stow configs

  • Stow all configs
stow -vSt ~ *
  • Stow specific configs
stow -vSt ~ vim zsh starship