Improve gitconfig and install script
This commit is contained in:
@ -11,3 +11,11 @@ git clone https://github.com/agkozak/zsh-z ~/.oh-my-zsh/custom/plugins/zsh-z
|
||||
./solve-stow.sh zsh
|
||||
|
||||
chsh -s $(which zsh)
|
||||
|
||||
echo "Do you wish to install lazygit?"
|
||||
select yn in "Yes" "No"; do
|
||||
case $yn in
|
||||
Yes ) ./install.lazygit.sh; break;;
|
||||
No ) exit;;
|
||||
esac
|
||||
done
|
||||
|
Reference in New Issue
Block a user