Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abzcoding/wezterm
my wezterm configuration
https://github.com/abzcoding/wezterm
dotfiles wezterm
Last synced: 9 days ago
JSON representation
my wezterm configuration
- Host: GitHub
- URL: https://github.com/abzcoding/wezterm
- Owner: abzcoding
- Created: 2022-01-01T09:23:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T12:21:39.000Z (about 1 year ago)
- Last Synced: 2024-11-15T13:28:05.540Z (2 months ago)
- Topics: dotfiles, wezterm
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wezterm
My wezterm configuration
## Installation
```shell
brew tap wez/wezterm
brew install --cask wez/wezterm/wezterm-nightly
git clone [email protected]:abzcoding/wezterm.git ~/.config/wezterm
```## Fonts
- [FiraCode](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode)
- [Iosevka](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Iosevka)
- [mini-file-icons](https://github.com/Nguyen-Hoang-Nam/nvim-mini-file-icons)
- [Hack](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)## Note
If you don't want multiple themes, just comment this part
```lua
-- Reload the configuration every ten minutes
wezterm.time.call_after(600, function()
wezterm.reload_configuration()
end)```
and change this line
```lua
color_scheme = get_theme(),
```to
```lua
color_scheme = "tokyonight_night",
```