feat: setup.sh
This commit is contained in:
@ -1 +1,10 @@
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
#Install oh my zsh
|
||||
export CHSH=no
|
||||
export RUNZSH=no
|
||||
export KEEP_ZSHRC=yes
|
||||
|
||||
echo " - installing oh-my-zsh"
|
||||
sh -c "$(
|
||||
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
||||
)" > /dev/null
|
||||
echo " - finished"
|
||||
|
@ -1 +1,3 @@
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
||||
echo " - cloning github.com/zsh-users/zsh-autosuggestions into ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
|
||||
git clone --quiet --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k > /dev/null
|
||||
echo " - finished"
|
3
install/zsh-autosuggestions.sh
Normal file
3
install/zsh-autosuggestions.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo " - cloning github.com/zsh-users/zsh-autosuggestions into ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
|
||||
git clone --quiet https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions > /dev/null
|
||||
echo " - finished"
|
Reference in New Issue
Block a user