dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3908942ec2fc59e3a3c27b0bbb5628f265bc523c
parent d8cdad7e779c335d7413241f78f63456d60eab5c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 22 Mar 2019 15:20:12 +0100

Install fffs as shell plugin manager

Diffstat:
Minit/50_zsh.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/init/50_zsh.sh b/init/50_zsh.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash # zsh plugin manager -if [ ! -d ~/.zgen ]; then - git clone https://github.com/tarjoilija/zgen ~/.zgen +if [ ! -d ~/code/fffs ]; then + mkdir -p ~/code/fffs + git clone https://gitlab.com/admesg/fffs ~/code/fffs + ln -s ~/code/fffs ~/bin/fffs fi # zplug requires gawk