Skip to content

My dotfiles. They may help you, but they mostly help me 🤔

License

Notifications You must be signed in to change notification settings

khinshankhan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My dotfiles. They may help you, but they mostly help me 🤔

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages