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 8cceff2 commit ca7b820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/alacritty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main() {

if [ -f "$root/alacritty/$HOSTNAME.toml" ]; then
git update-index --assume-unchanged "$root/alacritty/host.toml"
rm "$root/alacritty/host.toml"
cp "$HOSTNAME.toml" "$root/alacritty/host.toml"
rm "$root/alacritty/host.toml" || true
cp "$root/alacritty/$HOSTNAME.toml" "$root/alacritty/host.toml"
fi
}

0 comments on commit ca7b820

Please sign in to comment.