2024-06-14 11:24:46 -04:00
|
|
|
|
|
|
|
alias i := install
|
|
|
|
|
|
|
|
install DIR="~/.bin":
|
|
|
|
cp dos.sh {{DIR}}/dos
|
|
|
|
cp elevate.sh {{DIR}}/elevate
|
|
|
|
cp explorer.sh {{DIR}}/explorer
|
2024-07-03 16:20:46 -04:00
|
|
|
cp pwsh.sh {{DIR}}/pwsh
|
2024-06-14 11:24:46 -04:00
|
|
|
cp terminal.sh {{DIR}}/terminal
|
|
|
|
|