mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +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
|
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
|
sed -i "s%\# export NPM_CONFIG_PREFIX=\"\"%export NPM_CONFIG_PREFIX=\"$NPM_CONFIG_PREFIX\"%g" $HOME/.zsh/env.zsh
|
||||||
fi
|
fi
|
||||||
|
cp -v .tmux.conf ~/.tmux.conf
|
||||||
# if [ ! -d "${HOME}/.dotfiles" ]; then
|
# if [ ! -d "${HOME}/.dotfiles" ]; then
|
||||||
# git clone --bare git@github.com:mlunax/dotfiles.git $HOME/.dotfiles
|
# git clone --bare git@github.com:mlunax/dotfiles.git $HOME/.dotfiles
|
||||||
# fi
|
# fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue