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

https://github.com/danoc/dotfiles


https://github.com/danoc/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# `dotfiles`

This is a collection of my (few) dotfiles.

To use this, add this to a `.zshrc` file:

```bash
if [ -f ~/Projects/danoc/dotfiles/.zshrc ]; then
source ~/Projects/danoc/dotfiles/.zshrc
else
print "404: ~/Projects/danoc/dotfiles/.zshrc not found."
fi
```

Change the path in the code snippet to the location of your cloned repo.