added package management

This commit is contained in:
Paul Wilde 2022-08-30 11:17:38 +01:00
parent 3e62e15c35
commit b893761806

View file

@ -10,6 +10,8 @@ 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