mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
8 lines
216 B
Bash
Executable file
8 lines
216 B
Bash
Executable file
#!/usr/bin/bash
|
|
set -eu
|
|
|
|
# alacritty config
|
|
ln -sf $(pwd)/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml
|
|
|
|
mkdir -p ~/.config/wezterm
|
|
ln -sf $(pwd)/dotfiles/wezterm/wezterm.lua ~/.config/wezterm/wezterm.lua
|