mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
update install.zsh to copy tmux.conf
This commit is contained in:
parent
ca909f3814
commit
c3562827d3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ fi
|
|||
if [ -n "${NPM_CONFIG_PREFIX}" ]; then
|
||||
sed -i "s%\# export NPM_CONFIG_PREFIX=\"\"%export NPM_CONFIG_PREFIX=\"$NPM_CONFIG_PREFIX\"%g" $HOME/.zsh/env.zsh
|
||||
fi
|
||||
cp -v .tmux.conf ~/.tmux.conf
|
||||
# if [ ! -d "${HOME}/.dotfiles" ]; then
|
||||
# git clone --bare git@github.com:mlunax/dotfiles.git $HOME/.dotfiles
|
||||
# fi
|
||||
|
|
Loading…
Add table
Reference in a new issue