/dotfiles

Dotfiles for my i3 rice.

Primary LanguageShell

dotfiles

Dotfiles for my opensuse + i3WM setup.

Tools used

Installation

I am currently working on installation script that automates everything but for the time being install all programs listed above and follow steps listed below:-

   # Create folder to store previous dotfiles 
   mkdir .config-backup
   
   # Backup your dotfiles
   rsync -ah ~/.config ~/.config-backup --progress
  
   # Clonning my repo
   git clone https://github.com/Besufikad17/fedora-dotfiles.git

   # Copy all my dotfiles 
   rsync -a dotfiles ~/.config

Preview