use pywal to color alacritty and vim

This commit is contained in:
2024-05-15 22:27:50 +02:00
parent ebe7002e78
commit bfda0a9e27
41 changed files with 1532 additions and 658 deletions

View File

@@ -17,8 +17,6 @@ src_files() {
src_files "$HOME/.profile.d"
if [ -f ~/.bashrc ];
then
. ~/.bashrc;
fi
PATH=$PATH:$HOME/bin export PATH
[[ -f $HOME/.bashrc ]] && . $HOME/.bashrc
export PATH=$PATH:$HOME/.local/bin