Should be used on top of the default Omarchy installation, all of these files are for the home directory
- git
- stow
sudo pacman -S git stow
- Pull the dotfiles
git clone git@github.com:SasVel/omarchy-dots.git
- Run stow setup in your dotfiles folder
stow --adopt .
- Run setup.sh if available.
- Check file tree (requires "tree" package)
tree -I ".git" -I "Pictures" -a [directory]
- Check if files are symlinks
ls -lah [directory]