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:
11
tmux/setup
11
tmux/setup
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user