mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
4 lines
No EOL
117 B
Bash
4 lines
No EOL
117 B
Bash
#!/usr/bin/env zsh
|
|
mkdir -p $HOME/.local/scripts
|
|
cp -riv .local/scripts $HOME/.local
|
|
chmod -R +x $HOME/.local/scripts |