Skip to content

Commit

Permalink
chore: use copy instead of link for alacrrity
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 25, 2024
1 parent db5f14d commit 8cceff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alacritty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ main() {
if [ -f "$root/alacritty/$HOSTNAME.toml" ]; then
git update-index --assume-unchanged "$root/alacritty/host.toml"
rm "$root/alacritty/host.toml"
ln -s "$HOSTNAME.toml" "$root/alacritty/host.toml"
cp "$HOSTNAME.toml" "$root/alacritty/host.toml"
fi
}

0 comments on commit 8cceff2

Please sign in to comment.