Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozmorris/.dotfiles
https://github.com/mozmorris/.dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mozmorris/.dotfiles
- Owner: mozmorris
- Created: 2015-02-18T11:44:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T11:45:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T03:23:10.810Z (3 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```