An open API service indexing awesome lists of open source software.

https://github.com/metaory/xtmux

▼ dark minimal tmux setup
https://github.com/metaory/xtmux

mxc mxcolr theme tmux tmux-colors tmux-conf tmux-configs tmux-configuration tmux-theme tmux-themes

Last synced: about 2 months ago
JSON representation

▼ dark minimal tmux setup

Awesome Lists containing this project

README

        







X̶̶TMUX






---

ENVIRONMENT
===========

Defaults:
```sh
export TMUX_WIN_ICO="⛛ "
export TMUX_SES_ICO="✱ "
```


Older












---

> [!Caution]
> Make sure
>
> - Backup `~/.config/tmux`
> - Remove if `~/.tmux.conf` exist
> - Remove if other related exist

# Installation

- CLONE
- LINK

```ex
# Clone the repo
git clone --recursive [email protected]:metaory/xtmux.git

# Link it
ln -svf $PWD/xtmux/tmux ~/.config/tmux

# new tmux session with no arguments should work!
tmux

# install plugins on first run (optional)
# > Press prefix + I (capital i, as in Install) to fetch the plugin.
# eg. C-s + I
```

> [!Important]
> the theme file is from
>
> - [colors.tmux](tmux/colors.tmux) template [confsubst](https://github.com/metaory/confsubst/blob/master/templates/colors.tmux)

---

## License

[MIT](LICENSE)