https://github.com/pbrisbin/zsh-config
my ZSH configuration
https://github.com/pbrisbin/zsh-config
Last synced: about 1 month ago
JSON representation
my ZSH configuration
- Host: GitHub
- URL: https://github.com/pbrisbin/zsh-config
- Owner: pbrisbin
- Created: 2013-03-16T00:30:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T17:59:48.000Z (over 11 years ago)
- Last Synced: 2025-03-31T18:51:27.489Z (2 months ago)
- Language: Shell
- Size: 196 KB
- Stars: 7
- Watchers: 3
- 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.