Skip to content

Commit ab028cb

Browse files
Updated install script
1 parent be5587d commit ab028cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

common/config/alacritty/install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
mkdir -p ~/.config/alacritty
6+
ln -sf "${SOURCE_DIR}"/alacritty.yml ~/.config/alacritty/alacritty.yml
7+
58
if [ ! -d "${SOURCE_DIR}"/alacritty-theme/.git ]; then
69
rm -rf "${SOURCE_DIR}"/alacritty-theme
710
git clone https://github.com/eendroroy/alacritty-theme "${SOURCE_DIR}"/alacritty-theme

0 commit comments

Comments
 (0)