mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-01 00:06:29 +00:00
7 lines
215 B
Bash
Executable File
7 lines
215 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"
|
|
sudo_package alacritty
|