Skip to content

karthikyadavgit/dotfiles

Repository files navigation

dotfiles

Requirements

In order to install these dotfiles on your system you will need to have the following packages installed on your system:

  • git
  • stow

If you do not already have these packages installed on your system, you can do so by using the following commands:

  • [-] On Arch Linux or any other distro based on Arch Linux
sudo pacman -S git stow
  • [-] On Debian/Ubuntu or any other such distro based on Debian
sudo apt update && sudo apt install git stow