2024-09-23 23:40:38 +05:30
2024-09-23 23:40:38 +05:30
2024-09-07 20:56:57 +05:30
2024-07-16 13:00:36 +05:30
2024-07-16 13:00:36 +05:30
2024-08-16 21:52:32 +05:30
2024-05-20 22:07:25 +05:30
2024-09-13 03:47:47 +05:30
2024-09-07 20:57:50 +05:30

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/
S
Description
No description provided
Readme 217 MiB
Languages
CSS 62.9%
Shell 21.9%
Python 15.2%