Skip to content

Latest commit

Β 

History

History
50 lines (32 loc) Β· 1.9 KB

README.md

File metadata and controls

50 lines (32 loc) Β· 1.9 KB

πŸ“ TMux

Welcome to the bhavnicksm/tmux.git repository! This README will help you effortlessly set up and explore my personal Tmux configuration, designed to streamline and beautify your terminal sessions with an emphasis on functionality and ease of use.

πŸ€” What is Tmux?

Tmux, short for terminal multiplexer, is a powerful tool that allows you to create, manage, and navigate multiple terminal sessions from a single screen. It can be used to split the terminal into panes, resume sessions after disconnecting, and much more, making it an essential tool for developers, system administrators, and power users.

πŸš€ Getting Started

Before you can use this Tmux configuration, you need to have Tmux installed on your system. For those who do not have Tmux installed, you can install it using your package manager. For instance, on Ubuntu, you can install Tmux with:

sudo apt update
sudo apt install tmux

πŸ“¦ Installation

  1. Clone the Repository: Begin by cloning this repository to your preferred location on your local machine:
git clone https://github.com/bhavnicksm/tmux.git ./bhavnicksm-tmux
  1. Create a Symbolic Link: To use this configuration as the default for Tmux, link the .tmux.conf file from the cloned repository to your home directory:
ln -sf ./bhavnicksm-tmux/.tmux.conf ~/.tmux.conf

πŸ”„ Updating

Stay updated with the latest improvements by pulling changes from the repository:

git -C ~/bhavnicksm-tmux pull

Plugins

Key-maps

🀝 Customization

Customize your own TMUX by doing a 🍴 fork 🍴 of this repository and editing the .tmux.config file -- change your themes, key-maps and more! ( Just don't forget to give me source credits πŸ˜‰ )

✨ Conclusion

Thank you for exploring my Tmux configuration. I hope it enhances your productivity and brings a new level of organization and aesthetic pleasure to your terminal endeavors!