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