mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 16:36:32 +00:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
|
#! /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"
|