Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 10, 2023
1 parent be5587d commit ab028cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/config/alacritty/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

SOURCE_DIR="$(realpath "$(dirname "$0")")"

mkdir -p ~/.config/alacritty
ln -sf "${SOURCE_DIR}"/alacritty.yml ~/.config/alacritty/alacritty.yml

if [ ! -d "${SOURCE_DIR}"/alacritty-theme/.git ]; then
rm -rf "${SOURCE_DIR}"/alacritty-theme
git clone https://github.com/eendroroy/alacritty-theme "${SOURCE_DIR}"/alacritty-theme
Expand Down

0 comments on commit ab028cb

Please sign in to comment.