switch to starship

This commit is contained in:
Bartek Stalewski 2020-08-09 23:44:31 +02:00
parent ae7b00d65f
commit 625f1ed5b6
4 changed files with 53 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# cleaning
# cleaning & preparing
rm -rf ~/.bash* ~/.profile
rm -rf ~/.dotfiles
@ -10,7 +10,6 @@ git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles
## vim
# cleaning
rm -rf ~/.vim*
rm -rf ~/.config/nvim
# installing
mkdir -p ~/.config
ln -sf ~/.dotfiles/vim ~/.vim
@ -42,8 +41,10 @@ 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 --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/themes/powerlevel10k
# install
#git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/themes/powerlevel10k
# installing
curl -fsSL https://starship.rs/install.sh | bash
ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc
ln -sf ~/.dotfiles/zsh/p10k.zsh ~/.p10k.zsh
ln -sh ~/.dotfiles/conf/starship.toml ~/.config
#ln -sf ~/.dotfiles/zsh/p10k.zsh ~/.p10k.zsh
touch ~/.zshrc.local