all repos

dotfiles @ 7c888331f8d5292e264cf1e66640f98444803edb

my dotfiles
1 files changed, 7 insertions(+), 0 deletions(-)
Updata install.sh
Author: Smirnov Olexandr ss2316544@gmail.com
Committed at: 2020-06-15 21:39:37 +0300
Parent: 89d3d61
M install.sh

@@ -45,8 +45,15 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

mv zshrc ~/.zshrc fi +#################### if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then clear echo "vim +source~/.vimrc +PlugInstall" echo "For install plugins in vim" fi +if [[ "$ZSH_CONF" = "y" ]] || [[ "$ZSH_CONF" = "Y" ]]; then + echo "For change shell" + echo "chsh -s $(which zsh)" +fi + +