Skip to content

NobbZ/hxZshComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxZshComplete

zsh completion for haxe and it's tools

How to install

Plain zsh

  • Clone the repository:
$ git clone git://github.com/hxKraut/hxZshComplete.git ~/.hxZshComplete
  • Run make and make install:
$ make
$ sudo make install
  • Source the script from your ~/.zshrc:
source ~/.hxZshComplete/haxe.zsh
export FPATH=($FPATH ~/.hxZshComplete
  • Re-Source your ~/.zshrc in every open terminal (or just restart them):
$ source ~/.zshrc

With oh-my-zsh

(What is oh-my-zsh and where to get it?)

  • Clone the repository into your omz-plugins-directory:
$ cd ZSH_CUSTOM/plugins
$ git clone git://github.com/hxKraut/hxZshComplete.git haxe
  • Run make and make install:
$ make
$ sudo make install
  • Activate the plugin in ~/.zshrc:
plugins=(haxe [your other plugins without square brackets])
  • Re-Source your ~/.zshrc in every open terminal (or just restart them):
$ source ~/.zshrc

How to update

Plain zsh

  • Switch into the installation directory:
$ cd ~/.hxZshComplete
  • Pull from master branch of the repo:
$ git pull origin master
  • Run make and make install:
$ make
$ sudo make install
  • Re-Source your ~/.zshrc in every open terminal (or just restart them):
$ source ~/.zshrc

With oh-my-zsh

  • Switch into the installation directory:
$ cd ZSH_CUSTOM/plugins/haxe
  • Pull from master branch of the repo:
$ git pull origin master
  • Run make and make install:
$ make
$ sudo make install
  • Re-Source your ~/.zshrc in every open terminal (or just restart them):
$ source ~/.zshrc

How to contribute?

(TBD…)

About

zsh completion for haxe and it's tools

Resources

Stars

Watchers

Forks

Packages

No packages published