4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rsync --recursive ~/.config/alacritty $(dirname "$0")
|