zsh-git-lfs
August 18, 2020 ยท View on GitHub
This plugin adds short aliases for the git-lfs commands.
Usage
Without typing full git-lfs commands in console, like:
git lfs track "*.psd"
there is more convenient alias:
glft "*.psd"
Installation
zplug
-
Add the following to your
.zshrc:zplug "nekofar/zsh-git-lfs" -
Start a new terminal session.
Antigen
-
Add the following to your
.zshrc:antigen bundle nekofar/zsh-git-lfs -
Start a new terminal session.
Oh My Zsh
-
Clone this repository into
$ZSH_CUSTOM/plugins(by default~/.oh-my-zsh/custom/plugins)git clone https://github.com/nekofar/zsh-git-lfs \ ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-git-lfs -
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc):plugins=( [plugins...] zsh-git-lfs) -
Start a new terminal session.
Requirements
- The git-lfs tool has to be installed separately.