mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/usr/bin/bash -euo
|
|
|
|
ln -sf $(which batcat) ~/.local/bin/bat
|
|
ln -sf $(which fdfind) ~/.local/bin/fd
|