Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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