Compare commits
No commits in common. "7bd0d2c56d9629277b5b9f282d2e80a9f78f8ebe" and "0ddf6164fed05392fa25f365c6241fd05019a0f8" have entirely different histories.
7bd0d2c56d
...
0ddf6164fe
|
@ -15,20 +15,3 @@ xargs -I{} mv {} .config-backup/{}
|
|||
|
||||
# Also use this to keep it all neat!
|
||||
config config --local status.showUntrackedFiles no
|
||||
|
||||
|
||||
# Also, clone all the zsh plugins
|
||||
# Autocompletions
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
|
||||
# Syntax highlighting
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
|
||||
# zsh-z
|
||||
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
|
||||
|
||||
# fzf
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue