https://github.com/kashev/dotfiles
Various configurations for different programs. Inspired by http://dotfiles.github.io/
https://github.com/kashev/dotfiles
dotfiles python shell zsh
Last synced: 3 months ago
JSON representation
Various configurations for different programs. Inspired by http://dotfiles.github.io/
- Host: GitHub
- URL: https://github.com/kashev/dotfiles
- Owner: kashev
- License: mit
- Created: 2014-06-14T03:35:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T22:02:38.000Z (over 1 year ago)
- Last Synced: 2026-03-01T17:53:01.846Z (4 months ago)
- Topics: dotfiles, python, shell, zsh
- Language: Shell
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
dotfiles
Kashev Dalmia | @kashev | kashev.dalmia@gmail.com
README.md
Various configurations for different programs. Inspired by @daeyun & http://dotfiles.github.io/
# Requirements
You must have `python` version 2.7 or higher installed to run the install script. Additionally, the `python` packages `pep8` and `pyyaml` are required, which can be installed using `pip` by running `sudo pip install pep8 pyyaml`, or by installing the packages `pep8` and `python-yaml` with your system's package manager.
# Instructions
Run `python install.py` from inside of `/dotfiles` to create all necessary symlinks. Run `python install.py --help` to see more information.
Remember to set your own name and email address in `git/gitconfig.name`.
# Thanks
Thanks to all the projects that make this project possible.
- [git](http://git-scm.com/)
- [python](https://www.python.org/)
- [zsh](http://www.zsh.org/)
- [gnome](http://www.gnome.org/)
- [oh-my-zsh](http://ohmyz.sh/)
- [Sublime Text](http://www.sublimetext.com/)
- [vim](http://www.vim.org/)