1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

add wezterm to install and theme for it

This commit is contained in:
Luna 2023-06-01 09:51:15 +02:00
parent 6ea9f23e22
commit ddba8aff8c
2 changed files with 3 additions and 1 deletions

View file

@ -9,5 +9,7 @@ config.keys = {
},
}
config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte
config.font = wezterm.font 'JetBrains Mono'
return config

View file

@ -38,7 +38,7 @@ 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
cp -v .wezterm.lua ~/
echo
echo "[*] installing config files"
install -m644 .zshrc -t "$HOME"