Working on install script(s)

This commit is contained in:
2022-01-01 12:45:06 -05:00
parent da08e4eabe
commit 95d919811f
22 changed files with 46 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
#!/bin/sh
ln -sfv "${PWD}/.tmux.conf" "${HOME}"
_remove_tmux() {
rm "${HOME}/.tmux.conf"
}
_link_tmux() {
ln -sfv "${PWD}/.tmux.conf" "${HOME}"
}
#------------------------------- main -------------------------------
_link_tmux