Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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