sh -c "$(curl https://raw.githubusercontent.com/chkg2a/dot-install/master/installer.sh)"
You can use stow to easily manage dotfiles
pacman -S stow
mkdir $HOME/dotfiles
cp -r ~/.zshrc ~/.config/nvim ~/dotfiles
cd ~/dotfiles && stow --adopt .
And push it