Skip to content

joelmathewthomas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

Welcome to my dotfiles repository! This repository contains my personal configurations for various applications and tools like Hyprland, Shell configs ...

Getting Started

Follow these steps to clone the repository and set up the dotfiles:

Clone the Repository

First, clone the repository to your home directory:

git clone https://github.com/joelmathewthomas/dotfiles.git $HOME/.dotfiles

Enter the Directory

Navigate to the newly cloned directory:

cd $HOME/.dotfiles

Apply the dotfiles

Install stow using your distro's package manager.

For Arch :

sudo pacman -Syu stow

Create the symlinks :

stow .

Now, the corresponding symlinks have been successfully created.

Remove dotfiles

To remove the dotfiles , do :

cd $HOME/.dotfiles
stow -D .
cd .. ; rm -rf .dotfiles/

About

My dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published