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

https://github.com/itstorque/dot_files

syncing zsh profile in case my computer gets wiped again :)
https://github.com/itstorque/dot_files

Last synced: over 1 year ago
JSON representation

syncing zsh profile in case my computer gets wiped again :)

Awesome Lists containing this project

README

          

# dot_files
syncing zsh profile in case my computer gets wiped again :)

## Setup

Clone into root directory `~` and add the following line
to `.zshrc`:

```zsh
source ~/dot_files/.profile
```

Need to have oh-my-zsh installed.