Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 514 Bytes

installation.md

File metadata and controls

30 lines (22 loc) · 514 Bytes

Installation

Clone repository

git clone https://github.com/linkfrg/dotfiles.git --depth 1 --branch main  # "dev" for development version

Copy config files

cd dotfiles
mkdir -p ~/.local/share/themes
cp -R .config/* ~/.config/
cp -R ignis ~/.config/
cp -R Material ~/.local/share/themes

Install dependencies

Firstly, you need to install AUR helper (e.g., paru).

paru -S --needed - < dependencies.txt

If using nvidia install also

paru -S --needed - < nvidia_deps.txt