diff --git a/install.sh b/install.sh index b80141b..8eaa6db 100755 --- a/install.sh +++ b/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