1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-10 16:36:18 +00:00

6 lines
192 B
Plaintext
Raw Normal View History

2020-10-06 14:02:06 -07:00
#! /bin/bash
# Link and add source all synced alacritty configs
mkdir -p "$XDG_CONFIG_HOME/alacritty"
try_link "$DEFAULT_ASSETS_PATH/alacritty.yml" "$XDG_CONFIG_HOME/alacritty/alacritty.yml"