Skip to content

rootankush/bspwm-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published