feat: establish basic project structure with license and README files
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
# Rootiest Tmux Configuration
|
||||
|
||||
```none
|
||||
██▀███ ▒█████ ▒█████ ▄▄▄█████▓ ██▓▓█████ ██████ ▄▄▄█████▓
|
||||
▓██ ▒ ██▒▒██▒ ██▒▒██▒ ██▒▓ ██▒ ▓▒▓██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒
|
||||
▓██ ░▄█ ▒▒██░ ██▒▒██░ ██▒▒ ▓██░ ▒░▒██▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░
|
||||
▒██▀▀█▄ ▒██ ██░▒██ ██░░ ▓██▓ ░ ░██░▒▓█ ▄ ▒ ██▒░ ▓██▓ ░
|
||||
░██▓ ▒██▒░ ████▓▒░░ ████▓▒░ ▒██▒ ░ ░██░░▒████▒▒██████▒▒ ▒██▒ ░
|
||||
░ ▒▓ ░▒▓░░ ▒░▒░▒░ ░ ▒░▒░▒░ ▒ ░░ ░▓ ░░ ▒░ ░▒ ▒▓▒ ▒ ░ ▒ ░░
|
||||
░▒ ░ ▒░ ░ ▒ ▒░ ░ ▒ ▒░ ░ ▒ ░ ░ ░ ░░ ░▒ ░ ░ ░
|
||||
░░ ░ ░ ░ ░ ▒ ░ ░ ░ ▒ ░ ▒ ░ ░ ░ ░ ░ ░
|
||||
░ ░ ░ ░ ░ ░ ░ ░ ░
|
||||
|
||||
░▒▓████████▓▒░▒▓██████████████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░
|
||||
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░
|
||||
|
||||
▄████▄ ▒█████ ███▄ █ █████▒
|
||||
▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒
|
||||
▒▓█ ▄ ▒██░ ██▒▓██ ▀█ ██▒▒████ ░
|
||||
▒▓▓▄ ▄██▒▒██ ██░▓██▒ ▐▌██▒░▓█▒ ░
|
||||
▒ ▓███▀ ░░ ████▓▒░▒██░ ▓██░░▒█░
|
||||
░ ░▒ ▒ ░░ ▒░▒░▒░ ░ ▒░ ▒ ▒ ▒ ░
|
||||
░ ▒ ░ ▒ ▒░ ░ ░░ ░ ▒░ ░
|
||||
░ ░ ░ ░ ▒ ░ ░ ░ ░ ░
|
||||
░ ░ ░ ░ ░
|
||||
░
|
||||
╭─────────────╮
|
||||
╭─────────────╮
|
||||
│ $W │
|
||||
│ │
|
||||
│ │
|
||||
╰─────────────╯
|
||||
```
|
||||
|
||||
The rootiest Tmux configuration you will ever see!
|
||||
|
||||
## Installation
|
||||
|
||||
1. Install [Tmux](https://github.com/tmux/tmux)
|
||||
|
||||
2. Backup your current Tmux configuration (if you have one)
|
||||
|
||||
```bash
|
||||
mv ~/.config/tmux ~/.config/tmux.bak
|
||||
mv ~/.tmux.conf ~/.tmux.conf.bak
|
||||
```
|
||||
|
||||
3. Clone the repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/rootiest/rootiest-tmux.git ~/.config/tmux
|
||||
```
|
||||
|
||||
4. **Enjoy!** 🎉
|
||||
|
||||
## Features
|
||||
|
||||
- Smart key bindings
|
||||
- Leader key and modal mode
|
||||
- Session mux/management/resurrection
|
||||
- Advanced tab management
|
||||
- Splits and panes integrate seamlessly with NeoVim
|
||||
- Seamless integration with fish shell
|
||||
- Catppuccin theme by default
|
||||
- Integrates cleanly with other Rootiest projects
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Companion Tools
|
||||
|
||||
[Rootiest WezTerm](https://github.com/rootiest/rootiest-wezterm) -
|
||||
A wezterm configuration that is designed to work with this tmux config.
|
||||
|
||||
[Rootiest Kitty](https://github.com/rootiest/rootiest-kitty) -
|
||||
A kitty configuration that is designed to work with this tmux config.
|
||||
|
||||
[Rootiest Fish](https://github.com/rootiest/rootiest-fish) -
|
||||
Fish shell configuration that pairs well with this Tmux configuration
|
||||
and the NeoVim configuration.
|
||||
|
||||
[Rootiest Neovim](https://github.com/rootiest/rootiest-nvim) -
|
||||
A NeoVim config built to work alongside this and the fish config.
|
||||
|
||||
[Rootiest Iosevka Font](https://github.com/rootiest/rootiest-iosevka) -
|
||||
A custom Iosevka font that is designed by developers, for developers.
|
||||
|
||||
[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts/) -
|
||||
A collection of fonts that include many icons and glyphs that are used in this configuration.
|
||||
|
||||
## Dotfiles
|
||||
|
||||
[Rootiest Dotfiles](https://github.com/rootiest/dotfiles)
|
||||
|
||||
## Credits
|
||||
|
||||
- [wezterm](https://github.com/wez/wezterm)
|
||||
- [resurrect.wezterm](https://github.com/MLFlexer/resurrect.wezterm)
|
||||
- [smart-splits.nvim](https://github.com/mrjones2014/smart-splits.nvim)
|
||||
- [wezterm-bar](https://github.com/nekowinston/wezterm-bar)
|
||||
Reference in New Issue
Block a user