mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/usr/bin/bash -euo
|
|
|
|
# alacritty config
|
|
ln -sf (pwd)/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml
|
|
|