Moved to the right folder

This commit is contained in:
Michele Cereda
2022-04-18 01:09:23 +02:00
parent bdcebf211a
commit 8dc9f14e8a

View File

@@ -1,12 +0,0 @@
#!/usr/bin/env sh
sudo pamac install fzf oh-my-zsh zsh zsh-autosuggestions zsh-syntax-highlighting
# sudo dnf install zsh-syntax-highlighting zsh-autosuggestions fzf
chsh --shell $(which zsh) $USER
cp --backup /usr/share/oh-my-zsh/zshrc ~/.zshrc
sed -Ei 's/#*\s*(ZSH_THEME)=.*/\1="refined"/' ~/.zshrc
sed -Ei 's/#*\s*(COMPLETION_WAITING_DOTS)=.*/\1="true"/' ~/.zshrc
sed -Ei 's/#*\s*(HIST_STAMPS)=.*/\1="yyyy-mm-dd"/' ~/.zshrc
# set plugins=() to (git minikube terraform)