Skip to content

Commit

Permalink
Moved alacritty config files into their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jan 20, 2024
1 parent 3d1290a commit 14d2a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions alacritty.yml → alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cursor:
style:
shape: Beam
blinking: Always
shell:
program: /usr/bin/bash
live_config_reload: true
font:
size: 12
Expand Down
4 changes: 1 addition & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ done
link_if_not_exists "${GITROOT}/nvim" "${HOME}/.config/nvim"

# alacritty
create_dir_if_not_exists "${HOME}/.config/alacritty"
link_if_not_exists "${GITROOT}/alacritty.yml" "${HOME}/.config/alacritty/alacritty.yml"
link_if_not_exists "${GITROOT}/alacritty.toml" "${HOME}/.config/alacritty/alacritty.toml"
link_if_not_exists "${GITROOT}/alacritty" "${HOME}/.config/alacritty"

declare -a OS_SPECIFIC_LINKS=()
mapfile -t OS_SPECIFIC_LINKS < <(get_os_specific_links "${MACHINE_OS}")
Expand Down

0 comments on commit 14d2a03

Please sign in to comment.