My dotfiles :)
1. Install Stow.
sudo pacman -S stow
2. Clone the repo
git clone https://github.com/ludwiklejzer/.dotfiles.git && cd .dotfiles
3. Create the symlinks using stow
stow -vt ~ archlinux
Stow does not replace your files, so in case of conflicts because it already exists, just delete the file you don't want or run the command bellow to replace the repository files by yours. |
---|
stow --adopt -vt ~ archlinux
stow -Dvt ~ archlinux
I hope you like it!