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:
parent
6ea9f23e22
commit
ddba8aff8c
2 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,7 @@ config.keys = {
|
|||
},
|
||||
}
|
||||
|
||||
config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte
|
||||
|
||||
config.font = wezterm.font 'JetBrains Mono'
|
||||
return config
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue