Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 971 Bytes

File metadata and controls

59 lines (40 loc) · 971 Bytes

My dotfiles

This directory contains the dotfiles for my system which runs on Fedora linux. First things first let's keep your system updated

On Fedora run

sudo dnf upgrade --refresh; flatpak update

Hyprland screenshot

Requirements

Ensure you have the following installed on your system

Git

sudo dnf install git

Stow

sudo dnf install stow

Installation

First, check out the dotfiles repo in your $HOME directory using git

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

cd dotfiles

then use GNU stow to create symlinks

stow .

or for a individual package

stow -v -R -t ~ PACKAGE_NAME