https://github.com/windler/zshrc
my basic .zshrc enhancements
https://github.com/windler/zshrc
theme zshrc zshrc-enhancements
Last synced: 7 months ago
JSON representation
my basic .zshrc enhancements
- Host: GitHub
- URL: https://github.com/windler/zshrc
- Owner: windler
- License: mit
- Created: 2017-08-05T14:18:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T15:04:28.000Z (about 8 years ago)
- Last Synced: 2025-01-20T16:53:41.779Z (9 months ago)
- Topics: theme, zshrc, zshrc-enhancements
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# .zshrc enhancements
This is the `oh-my-zsh` configuration I use. It basically sets the theme, plugins and some aliases.## Installation
In order to install you need `oh-my-zsh`. Then you can install the config doing the following:```
cd ~/.oh-my-zsh/custom/
git clone https://github.com/windler/zshrc.git
ln -s zshrc/base_rc.zsh base_rc_lnk.zsh
zsh
```## Preconditions
The used theme needs special fonts. You may install PowerlineFonts (https://github.com/powerline/fonts).
I use `15pt Hack Regular`.## Terminal App
I use iTerm2 with `Solarized Dark` color-theme.## Plugins I use
Append if you want to `~/.zshrc````
plugins=(
git
docker
npm
brew
composer
sudo
git-extras
history
zsh-phpunit-docker #(see my repo)
zsh-ws-conv #(see my repo)
)
```