Skip to content
Quang Tran edited this page Sep 4, 2024 · 6 revisions

Welcome to the dotfiles wiki!

Requirements

  • git
  • stow

First Usage

Clone the dotfiles into the home folder

git clone https://github.com/quatran/dotfiles.git

Usage

Import dotfiles from repo to local dotfiles

stow xfce

Overwrite existing configuration with configuration from dotfile repo

cd ~/dotfiles
stow --adopt xfce
git restore .

Undo changes in the dotfile repo

git reset --hard