Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aairey/dotfiles
My dotfiles.
https://github.com/aairey/dotfiles
dotfiles
Last synced: 17 days ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/aairey/dotfiles
- Owner: aairey
- Created: 2014-05-20T14:30:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:29:42.000Z (11 months ago)
- Last Synced: 2024-10-09T15:43:52.314Z (about 1 month ago)
- Topics: dotfiles
- Language: Vim script
- Size: 13.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```