Skip to content

praneetk96/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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