added package management
This commit is contained in:
parent
3e62e15c35
commit
b893761806
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue