10 lines
232 B
Bash
10 lines
232 B
Bash
|
#! /bin/zsh
|
||
|
|
||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||
|
|
||
|
rm ~/.p10k.zsh
|
||
|
ln -s ${GIT_ROOT}/powerline/p10k.zsh ~/.p10k.zsh
|
||
|
|
||
|
rm -rf ~/.config/powerline/themes/tmux
|
||
|
ln -s ${GIT_ROOT}/powerline/themes/tmux ~/.config/powerline/themes/tmux
|