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
- Host: GitHub
- URL: https://github.com/metaory/xtmux
- Owner: metaory
- License: mit
- Created: 2022-01-30T02:09:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T11:41:39.000Z (10 months ago)
- Last Synced: 2025-04-13T13:55:22.739Z (about 2 months ago)
- Topics: mxc, mxcolr, theme, tmux, tmux-colors, tmux-conf, tmux-configs, tmux-configuration, tmux-theme, tmux-themes
- Language: Shell
- Homepage:
- Size: 43.9 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)