Back to p10k
This commit is contained in:
parent
1814979fe8
commit
f1e39f0cba
4 changed files with 1386 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue