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