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