Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.17 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.17 KB

My Dotfiles

This directory contains the dotfiles for my system 2024-04-03-02:11:40-screenshot

2024-04-03-02:11:50-screenshot

rofi

Requirements

Ensure you have the folling installed on your system

Git

$ sudo pacman -S git

Stow

$ sudo pacman -S stow

Installation

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

$ git clone [email protected]/rootankush/dotfiles.git
$ cd dotfiles

then use GNU stow to create symlinks

$ stow .

ADD config or UPDATE config

How to add config files to dotfiles or update dotfiles

$ cp -r [destination of file] .config
$ git add .config
$ git commit -m "(write somthing here)"
$ git push origin main
$ stow .

if after using stow . u get duplicate file error

$ rm -r [the file u want to delete]

Guide Youtube Video

https://youtu.be/y6XCebnB9gs?si=X1saNfgNL4CBc_QP