Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

pmorillon/grid5000-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Grid'5000 plugin for your oh-my-zsh installation (functions, theme, auto-complete helpers, ...)

grid5000-zsh-plugin Theme

Setup

You need to install oh-my-zsh

The automatic installer

From Grid'5000 don't forget to setup the http proxy

export http_proxy=http://proxy:3128
export https_proxy=http://proxy:3128

with curl

curl https://raw.github.com/pmorillon/grid5000-zsh-plugin/master/tools/install.sh | zsh

with wget

wget --no-check-certificate https://raw.github.com/pmorillon/grid5000-zsh-plugin/master/tools/install.sh -O - | zsh

The manual way

  1. Create the `~/.oh-my-zsh/custom/plugins directory

     mkdir ~/.oh-my-zsh/custom/plugins
    
  2. Clone the repository

     git clone https://github.com/pmorillon/grid5000-zsh-plugin.git ~/.oh-my-zsh/custom/plugins/grid5000
    
  3. Install Grid'5000 theme

     ln -s ./plugins/grid5000/grid5000.zsh-theme ~/.oh-my-zsh/custom/grid5000.zsh-theme
    

Usage

  • enable the Grid'5000 plugin in your ~/.zshrc

    • example : plugins=(git ruby gem cap rake rvm grid5000)
  • use the Grid'5000 theme (outside Grid'5000 usage is not recommanded) in your ~/.zshrc

    • ZSH_THEME="grid5000"
  • Change your default shell on Grid'5000 using the Users API from a frontend

    • example : curl -X PUT -H'Accept: application/json' -H'Content: application/json' -d 'shell=/bin/zsh' -ki https://api.grid5000.fr/2.1/grid5000/users/pmorillo

About

Grid'5000 plugin for oh-my-zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published