added package management

This commit is contained in:
Paul Wilde 2022-08-30 11:22:12 +01:00
parent b893761806
commit b2d23bfbfc

View file

@ -10,8 +10,6 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.
sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc
zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
sed -i 's/plugins=(git)/plugins=(\ngit\nzsh-autosuggestions\n)/' ~/.zshrc