You should also check this out for some of my custom scripts I use everyday.
There are two install (you’ll have to manually install the programs, this only hosts my configs) methods, made for users’ ease.
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install
(let PROGRAM be the placeholder you replace, eg to install emacs you would replace PROGRAM with emacs in the following block)
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install PROGRAM
(let PROGRAM be the placeholder you replace, eg to install emacs you would replace PROGRAM with emacs in the following block)
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
cp -r PROGRAM ~/
Feel free to fork and make a pull request. I check github quite often, so I’ll reply if I want any clarification, and accept/ reject (rejections will receive a justified reason as to why they were rejected).