Skip to content

sadiksaifi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Arch Linux Dotfiles

About

Wayland Setup

  • Currently I am using Hyprland as my daily driver.
  • Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn’t sacrifice on its looks.

https://data.sadiksaifi.dev/Screenshots/desktop.png

Main Programs Configuration.

Installation of my dotfiles

Prerequisite rync.

cd $HOME
git clone --separate-git-dir=$HOME/.dotfiles.git https://github.com/sadikeey/dotfiles.git tmpdotfiles

rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
rm -r tmpdotfiles

alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dots config --local status.showUntrackedFiles no