Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aairey/dotfiles

My dotfiles.
https://github.com/aairey/dotfiles

dotfiles

Last synced: 17 days ago
JSON representation

My dotfiles.

Awesome Lists containing this project

README

        

dotfiles
========

My dotfiles.

## Dependencies
* `zsh`
* `vim` > `8.0.x` for the native plugins
* `python-requests`
* `pip install virtualenvwrapper`
* `ctags` for vim plugins
* `xclip` for clipboard aliases
* `nodejs` & `npm`
* `rvm`
* `go`
* `powerline`

Change your shell to zsh with the `chsh` command.

## Installation
```shell
cd ~
git clone [email protected]:aairey/dotfiles.git .dotfiles
bash .dotfiles/install.sh
```