Skip to content

Commit

Permalink
[wez/nu] add wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
pakelley committed Aug 3, 2022
1 parent 895ad69 commit b47447a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
local wezterm = require 'wezterm';

return {
default_prog = { '/opt/homebrew/bin/nu' },

-- color_scheme = "Gruvbox Light",
color_scheme = "Japanesque",
-- color_scheme = "Tomorrow Night Burns",
-- color_scheme = "Zenburn",
-- color_scheme = "Subliminal",
-- color_scheme = "Seafoam Pastel",
-- color_scheme = "Paraiso Dark",
-- color_scheme = "Operator Mono Dark",
-- color_scheme = "Gruvbox Dark",
-- color_scheme = "Flatland",
-- color_scheme = "Ciapre",
-- color_scheme = "BirdsOfParadise",
-- color_scheme = "Belafonte Night",
-- color_scheme = "Belafonte Day",
-- color_scheme = "Novel",
}
1 change: 1 addition & 0 deletions .mackup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mackup
my-homebrew
my-doom-emacs
my-nushell
my-wezterm
prezto
ripgrep
skhd
Expand Down
5 changes: 5 additions & 0 deletions .mackup/my-wezterm.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = wezterm

[xdg_configuration_files]
wezterm

0 comments on commit b47447a

Please sign in to comment.