Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 1.27 KB

README.org

File metadata and controls

35 lines (34 loc) · 1.27 KB

Guidelines

Mini Prelude

You should also check this out for some of my custom scripts I use everyday.

Installing

There are two install (you’ll have to manually install the programs, this only hosts my configs) methods, made for users’ ease.

Install everything with symlinks

git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install

Install specific programs with symlinks

(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

Install specific programs without symlinks

(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 ~/

How you can contribute

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).