Back to p10k

This commit is contained in:
Bartek Stalewski 2020-09-22 23:03:51 +02:00
parent 1814979fe8
commit f1e39f0cba
4 changed files with 1386 additions and 51 deletions

View file

@ -37,11 +37,11 @@ ln -sf ~/.dotfiles/conf/tmux.conf ~/.tmux.conf
## zsh
# cleaning
rm -rf ~/.zsh ~/.zshrc
mkdir -p ~/.zsh/plugins
mkdir -p ~/.zsh/plugins ~/.zsh/themes
# dependiences
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/plugins/zsh-syntax-highlighting
git clone https://github.com/romkatv/powerlevel10k.git ~/.zsh/themes/powerlevel10k
# installing
ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc
ln -sf ~/.dotfiles/conf/starship.toml ~/.config
touch ~/.zshrc.local