@ -31,10 +31,20 @@ bash() {
echo "Installing Bash scripts..."
for file in ./bash/*.bash;
do
echo "$file" >> ~/.bashrc
cat $file >> ~/.bashrc
echo "" >> ~/.bashrc
done
}
bat() {
if hash bat 2> /dev/null;
then
echo "Installing Bat configuration..."
ln -sf bat/config `bat --config-file`
fi
vim
starship
kitty