Dotfiles for my opensuse
+ i3WM
setup.
- Window Manager - i3WM
- Terminal - Alacritty
- Shell - zsh
- Bar - Polybar
- File manager - Thunar
- Audio visualizer - Cava
- Wallpaper - Gruvbox-walls
- Wallpaper manager - Nitrogen
- PDF reader - Zathura
- Text editor - Nvim
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