mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir "${HOME}/.local" >/dev/null 2>&1
|
|
mkdir "${HOME}/.local/bin" >/dev/null 2>&1
|
|
|
|
ln -sfv "${PWD}/scripts" "${HOME}/.local"
|
|
|