https://github.com/bertrandom/powerline-shell-customized
personal customizations for powerline-shell
https://github.com/bertrandom/powerline-shell-customized
Last synced: 3 months ago
JSON representation
personal customizations for powerline-shell
- Host: GitHub
- URL: https://github.com/bertrandom/powerline-shell-customized
- Owner: bertrandom
- Created: 2020-05-28T19:51:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:57:35.000Z (about 6 years ago)
- Last Synced: 2025-01-28T21:46:10.472Z (over 1 year ago)
- Language: Python
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powerline-shell-customized
Bert's personal customizations for powerline-shell
Add a hamburger prompt, use a more lightweight git integration that only shows the current branch name
## Usage
Install Powerline:
```
cd ~/code
git clone git@github.com:b-ryan/powerline-shell.git
cd powerline-shell
sudo python setup.py install
```
Clone repo:
```
cd ~/code
git clone git@github.com:bertrandom/powerline-shell-customized.git
```
Link config:
```
mkdir -p ~/.config/powerline-shell
ln -s ~/code/powerline-shell-customized/.config/powerline-shell/config.json config.json
```
Add fonts:
Install https://github.com/bertrandom/powerline-shell-customized/blob/master/fonts/Monaco%2Bfor%2BPowerline.otf and choose font in iTerm2
Add contents of `.profile` to `~/.profile`