diff --git a/.oh-my-zsh b/.oh-my-zsh deleted file mode 160000 index 1b5af71..0000000 --- a/.oh-my-zsh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b5af717a987a58deda1873cb28e4b05ba26bba8 diff --git a/init.sh b/init.sh old mode 100644 new mode 100755 index 7c15dc0..197c7de --- a/init.sh +++ b/init.sh @@ -1,5 +1,11 @@ +apt install curl +apt install git +apt install zsh -y sh -c "$(curl -fsSL https://install.ohmyz.sh/)" +chsh -s /bin/zsh git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k git config --global credential.helper store +cp -f .p10k.zsh ~ +cp -f .zshrc ~