diff --git a/.wezterm.lua b/.wezterm.lua index 214b675..aeb5025 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -9,5 +9,7 @@ config.keys = { }, } +config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte + config.font = wezterm.font 'JetBrains Mono' return config diff --git a/install.zsh b/install.zsh index 4ec4579..d3f5d53 100755 --- a/install.zsh +++ b/install.zsh @@ -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"