Skip to content

Umbral1013/dotfiles

Repository files navigation

Umbral's dotfiles

Installation

  1. Download and install Stow (preferably using your system's package manager).
  2. Clone the GitHub repository in your home folder.
cd ~
git clone https://github.com/Umbral1013/dotfiles.git
  1. cd into ~/dotfiles/
cd ~/dotfiles
  1. Use stow on the packages you wish to deploy.
stow <package_name>

Management

This project has submodules. To initiate them, run the following command:

git submodule update --init --recursive

To update them, run this command:

git submodule update --init --remote

Acknowledgments