Updated zrep version to 0.0.6
- Updated version to 0.0.6 - Changed repo_url to https://zrep.kekepower.com - Added reminder to copy 'zrep' to a directory in 'PATH' - Added reminder to source ${zshrc_file} after installation.
This commit is contained in:
parent
2e0d42c040
commit
6399a20ed1
6
zrep
6
zrep
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
setopt extendedglob
|
setopt extendedglob
|
||||||
|
|
||||||
VERSION="0.0.5" # Tue-2024-04-02
|
VERSION="0.0.6" # Wed-2024-04-03
|
||||||
ZREP="Zsh Repository Tool"
|
ZREP="Zsh Repository Tool"
|
||||||
# Define the default path to .zreprc
|
# Define the default path to .zreprc
|
||||||
ZREP_CONFIG="${HOME}/.zreprc"
|
ZREP_CONFIG="${HOME}/.zreprc"
|
||||||
@ -174,7 +174,7 @@ function zrep_init() {
|
|||||||
zrep_install_dir = ${install_dir}
|
zrep_install_dir = ${install_dir}
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
repo_url = https://kekepower.com/zrep
|
repo_url = https://zrep.kekepower.com
|
||||||
theme = classic
|
theme = classic
|
||||||
downloader = ${downloader}
|
downloader = ${downloader}
|
||||||
EOF
|
EOF
|
||||||
@ -232,6 +232,8 @@ EOF
|
|||||||
zrep_global_downloader https://git.kekepower.com/kekePower/zrep/raw/branch/main/themes/classic -o ${install_dir}/themes/classic
|
zrep_global_downloader https://git.kekepower.com/kekePower/zrep/raw/branch/main/themes/classic -o ${install_dir}/themes/classic
|
||||||
fi
|
fi
|
||||||
echo "zrep initialization complete."
|
echo "zrep initialization complete."
|
||||||
|
echo "You should copy 'zrep' to a path in you 'PATH' so that it's accessible."
|
||||||
|
echo "For example '${HOME}/bin'"
|
||||||
echo "Remember to 'source ${zshrc_file}' to load the 'zrep' settings."
|
echo "Remember to 'source ${zshrc_file}' to load the 'zrep' settings."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user