Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khinshankhan/dotfiles
My dotfiles. They may help you, but they mostly help me 🤔
https://github.com/khinshankhan/dotfiles
dotfiles
Last synced: about 5 hours ago
JSON representation
My dotfiles. They may help you, but they mostly help me 🤔
- Host: GitHub
- URL: https://github.com/khinshankhan/dotfiles
- Owner: khinshankhan
- License: mit
- Created: 2017-12-10T04:00:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T03:41:47.000Z (4 months ago)
- Last Synced: 2024-07-18T05:55:33.955Z (4 months ago)
- Topics: dotfiles
- Language: Emacs Lisp
- Homepage:
- Size: 16.1 MB
- Stars: 20
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE.org
Awesome Lists containing this project
README
#+TITLE: Guidelines
#+AUTHOR: Khinshan Khan
#+STARTIP: overview* Mini Prelude
You should also check [[https://github.com/kkhan01/.myscripts][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
#+BEGIN_SRC sh
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install
#+END_SRC
** 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)
#+BEGIN_SRC sh
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install PROGRAM
#+END_SRC
** 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)
#+BEGIN_SRC sh
git clone https://github.com/kkhan01/dotfiles.git ~/dotfiles
cd ~/dotfiles
cp -r PROGRAM ~/
#+END_SRC
* 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).