[feat] add tmux conf link
This commit is contained in:
parent
adb1f36c83
commit
3c9e020e8e
@ -14,6 +14,13 @@ fi
|
|||||||
|
|
||||||
ln -sf "`pwd`/.gitconfig" "$HOME/.gitconfig"
|
ln -sf "`pwd`/.gitconfig" "$HOME/.gitconfig"
|
||||||
|
|
||||||
|
if [ -f "$HOME/.tmux.conf" ]; then
|
||||||
|
# backup old file
|
||||||
|
mv "$HOME/.tmux.conf" "$HOME/.tmux.conf.old"
|
||||||
|
fi
|
||||||
|
|
||||||
|
ln -sf "`pwd`/.tmux.conf" "$HOME/.tmux.conf"
|
||||||
|
|
||||||
if [ ! -d "$HOME/.ssh" ]; then
|
if [ ! -d "$HOME/.ssh" ]; then
|
||||||
mkdir -p "$HOME/.ssh"
|
mkdir -p "$HOME/.ssh"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user