Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravisuhag/dotfiles
Colorful and robust dotfiles by Ravi Suhag
https://github.com/ravisuhag/dotfiles
Last synced: about 1 month ago
JSON representation
Colorful and robust dotfiles by Ravi Suhag
- Host: GitHub
- URL: https://github.com/ravisuhag/dotfiles
- Owner: ravisuhag
- License: mit
- Created: 2014-12-26T17:26:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T12:32:07.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T04:22:27.431Z (over 1 year ago)
- Language: Shell
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Colorful and robust dotfiles
## Preinstallation
```
# brew
brew update && brew install zsh
$EDITOR /etc/shells and add /usr/local/bin/zsh
chsh -s /usr/local/bin/zsh
```## Install
```
curl --silent https://raw.githubusercontent.com/ravisuhag/dotfiles/master/install.sh | sh
```