mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Working on install script(s)
This commit is contained in:
7
scripts/setup
Executable file
7
scripts/setup
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir "${HOME}/.local" >/dev/null 2>&1
|
||||
mkdir "${HOME}/.local/bin" >/dev/null 2>&1
|
||||
|
||||
ln -sfv "${PWD}/scripts" "${HOME}/.local"
|
||||
|
||||
Reference in New Issue
Block a user