- This is my Arch Linux setup and thier dofiles.
- If you want install my setup, you can install by using my ansible playbook.
- 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.
- HyprlandWM configuration.
- Waybar configuration.
- Neovim configuration.
- Emacs configuration.
- Foot configuration.
- Zsh configuration.
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