Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozmorris/.dotfiles


https://github.com/mozmorris/.dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

My dotfiles.

## .zshrc

```shell
export DOTFILES=$HOME/.dotfiles
export PATH="$DOTFILES/bin:$PATH"

for topic_folder ($DOTFILES/*) if [ -d $topic_folder ]; then fpath=($topic_folder $fpath); fi;
autoload -U $DOTFILES/functions/*(:t)
```