1
1
Fork 0

Merge pull request 'Sync p10k configs' (#2) from Compare-p10k-configs into master

Reviewed-on: https://kitsunehosting.net/gitea/Kenwood/dotfiles/pulls/2
This commit is contained in:
Kenwood 2021-05-30 16:26:51 -04:00
commit 7bd0d2c56d
2 changed files with 1702 additions and 0 deletions

View File

@ -15,3 +15,20 @@ 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

1685
.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff