Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andih/oh-my-zsh-ys-cluster-theme
Modified ys oh-my-zsh theme for usage with batch systems on clusters
https://github.com/andih/oh-my-zsh-ys-cluster-theme
batch-systems cluster oh-my-zsh oh-my-zsh-theme slurm ys zsh
Last synced: 28 days ago
JSON representation
Modified ys oh-my-zsh theme for usage with batch systems on clusters
- Host: GitHub
- URL: https://github.com/andih/oh-my-zsh-ys-cluster-theme
- Owner: AndiH
- License: mit
- Created: 2018-08-10T14:24:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T12:29:13.000Z (almost 6 years ago)
- Last Synced: 2024-04-21T23:19:18.279Z (7 months ago)
- Topics: batch-systems, cluster, oh-my-zsh, oh-my-zsh-theme, slurm, ys, zsh
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oh-my-zsh Theme: ys for Clusters
This `ys-clusters` theme extends the [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) default theme [`ys` by Yad Smood](http://ysmood.org/my-ys-terminal-theme/) with my needs for working with batch submission systems on large clusters.
![Console Screenshot](screenshot.png "Screenshot")
## Modifications
1. Most importantly, it reads environment variables to determine the current job id.
Currently supported are Slurm, LSF / IBM Spectrum LSF, PBS. Let me know if you need support for more.
2. It adds Virtualenv information (currently quite ugly)
3. The `$HOST` variable can be overridden by a `~/.box-name` file## Installation
Put the `ys-cluster.zsh-theme` into `$ZSH/custom/themes/` and activate it by setting `ZSH_THEME="ys-cluster"` in your `~/.zshrc`.