fix: variable quoting

This commit is contained in:
Michele Cereda
2023-05-09 00:21:46 +02:00
parent 497077669c
commit 012e13da9f

View File

@@ -3,7 +3,7 @@
sudo pamac install fzf oh-my-zsh zsh zsh-autosuggestions zsh-syntax-highlighting sudo pamac install fzf oh-my-zsh zsh zsh-autosuggestions zsh-syntax-highlighting
# sudo dnf install zsh-syntax-highlighting zsh-autosuggestions fzf # sudo dnf install zsh-syntax-highlighting zsh-autosuggestions fzf
chsh --shell $(which zsh) $USER chsh --shell "$(which zsh)" "$USER"
cp --backup /usr/share/oh-my-zsh/zshrc ~/.zshrc cp --backup /usr/share/oh-my-zsh/zshrc ~/.zshrc
sed -Ei 's/#*\s*(ZSH_THEME)=.*/\1="refined"/' ~/.zshrc sed -Ei 's/#*\s*(ZSH_THEME)=.*/\1="refined"/' ~/.zshrc