Browse Source

Bat configuration

master
Julio Biason 4 years ago
parent
commit
909337e49b
  1. 10
      install.sh

10
install.sh

@ -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

Loading…
Cancel
Save