https://github.com/flug/switcher-zsh-plugin
plugin zsh for persona https://github.com/flug/persona
https://github.com/flug/switcher-zsh-plugin
Last synced: 10 months ago
JSON representation
plugin zsh for persona https://github.com/flug/persona
- Host: GitHub
- URL: https://github.com/flug/switcher-zsh-plugin
- Owner: flug
- Created: 2015-06-18T15:09:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T09:00:18.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T03:12:43.988Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Switcher persona plugin zsh
===========================
[](https://asciinema.org/a/azuiz5zlyva9fika1hz1dreaa)
#Prerequis
Install persona in you pc
create many profiles
##Clone plugin :
```
git clone https://github.com/flug/switcher-zsh-plugin.git ~/.oh-my-zsh/custom/plugins/switcher
```
##Add in you ```.zshrc```
```
plugins=(switcher)
```
##If you want a perfect integration
[persona.zsh-theme](https://gist.githubusercontent.com/flug/062c879cd6ae6504b841/raw/7946a4d604cb6dfb625871c75c684100b8ff2997/persona.zsh-theme)
```
wget https://gist.githubusercontent.com/flug/062c879cd6ae6504b841/raw/7946a4d604cb6dfb625871c75c684100b8ff2997/persona.zsh-theme -o ~/.oh-my-zsh/custom/themes/persona.zsh-theme
```