All kind of dot files
Simply copying and pasting the following line into a terminal.
curl https://raw.githubusercontent.com/Donaldttt/dotfiles/dev/install.sh -L > dotfiles_install.sh && sh dotfiles_install.sh
or
sh <(curl https://raw.githubusercontent.com/Donaldttt/dotfiles/dev/install.sh -L)