To update and symlink the different folders dotbot is used!
https://gist.github.com/ChristopherA/a579274536aab36ea9966f301ff14f3f
To install dotfiles
run the appropriate installer.
# If you have curl installed ########################################
curl -Ls https://raw.githubusercontent.com/j4hr3n/dotfiles/main/setup | bash
# If you have wget installed ########################################
wget -q -O - https://raw.githubusercontent.com/j4hr3n/dotfiles/main/setup | bash