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

Loading…
Cancel
Save