Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romantseg/dotfiles
My OSX/Linux dotfiles
https://github.com/romantseg/dotfiles
Last synced: about 2 months ago
JSON representation
My OSX/Linux dotfiles
- Host: GitHub
- URL: https://github.com/romantseg/dotfiles
- Owner: romantseg
- Created: 2015-03-05T01:43:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T20:58:30.000Z (over 2 years ago)
- Last Synced: 2024-11-05T07:33:08.616Z (3 months ago)
- Language: Emacs Lisp
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roman's dotfiles
## Installation
### Using Git and the install script
I like to keep it in `~/Code/dotfiles`. The install script will pull in the latest version and copy the files to your home folder.
```bash
git clone https://github.com/RomanTsegelskyi/dotfiles.git && cd dotfiles && source install.sh
```## Currently supported configurations
* VIM (.vimrc + .vim)
* Git (.gitconfig)
* Zsh (.zshrc)
* osx (from [mathasbynes/dotfiles](https://github.com/mathiasbynens/dotfiles/blob/master/.osx))