1
0
Fork 0
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:
Luna 2021-04-08 23:14:00 +02:00
parent ca909f3814
commit c3562827d3
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

View file

@ -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