mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 13:56:33 +00:00
6 lines
192 B
Bash
Executable File
6 lines
192 B
Bash
Executable File
#! /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"
|