aboutsummaryrefslogtreecommitdiff
path: root/.config/wezterm
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-08-14 12:32:27 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-08-14 12:32:27 +0000
commite3326d1b0295aa5c25a3f96a62f347f370156d11 (patch)
tree35c5d89c9c400551ea4056a623e486bac6ffb331 /.config/wezterm
parent47acc735759f256d95168fef475964953ab661fd (diff)
downloaddotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.gz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.bz2
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.lz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.xz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.zst
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.zip
Add more configs for wezterm, swappy, electron and git, as well as a better neovim config
Diffstat (limited to '.config/wezterm')
-rw-r--r--.config/wezterm/wezterm.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua
new file mode 100644
index 0000000..f0bea3b
--- /dev/null
+++ b/.config/wezterm/wezterm.lua
@@ -0,0 +1,6 @@
+local wezterm = require 'wezterm'
+return {
+ color_scheme = 'Dracula',
+ font = wezterm.font 'JetBrains Mono',
+}
+