mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir "${HOME}/.config" | true
|
|
|
|
ln -sfv "${PWD}/.zshenv" "${HOME}"
|
|
ln -sfv "${PWD}/zsh" "${HOME}/.config/zsh"
|