Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/zsh-config
my ZSH configuration
https://github.com/pbrisbin/zsh-config
Last synced: 2 months ago
JSON representation
my ZSH configuration
- Host: GitHub
- URL: https://github.com/pbrisbin/zsh-config
- Owner: pbrisbin
- Created: 2013-03-16T00:30:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T17:59:48.000Z (about 11 years ago)
- Last Synced: 2024-10-04T19:07:37.580Z (3 months ago)
- Language: Shell
- Size: 196 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*NOTE: My ZSH configuration has been moved in with my main [dotfiles][]
repo. Any future updates will occur there.*[dotfiles]: https://github.com/pbrisbin/dotfiles
---
# ZSH
## Usage
~~~
$ git clone https://github.com/pbrisbin/zsh-config ~/.zsh
$ cat > ~/.zshenv <<"EOF"
export ZDOTDIR="$HOME/.zsh"
source "$ZDOTDIR/.zshenv"
EOF
~~~And open a new terminal.
I try to be good about portability and checking for things before
setting stuff up, but there are likely to be some rough edges.