Browse Source

Install Emacs too

master
Julio Biason 3 years ago
parent
commit
775caac4cf
  1. 12
      install.sh

12
install.sh

@ -19,13 +19,10 @@ gitconfg() {
}
bat() {
if hash bat 2> /dev/null;
then
echo "Installing Bat configuration..."
BAT_CONFIG_FILE=`bat --config-file`
mkdir -p `dirname $BAT_CONFIG_FILE`
ln -sf $PWD/bat/config $BAT_CONFIG_FILE
fi
echo "Installing Bat configuration..."
BAT_CONFIG_FILE=`bat --config-file`
mkdir -p `dirname $BAT_CONFIG_FILE`
ln -sf $PWD/bat/config $BAT_CONFIG_FILE
}
nvim() {
@ -67,6 +64,7 @@ rust() {
rust
nvim
emacs
starship
fish
alacritty

Loading…
Cancel
Save