https://github.com/acerv/tmuxrc
Tmux configuration
https://github.com/acerv/tmuxrc
tmux
Last synced: 5 months ago
JSON representation
Tmux configuration
- Host: GitHub
- URL: https://github.com/acerv/tmuxrc
- Owner: acerv
- Created: 2017-01-24T20:23:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T08:46:23.000Z (over 9 years ago)
- Last Synced: 2024-12-29T16:36:59.900Z (over 1 year ago)
- Topics: tmux
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
Before installation, be sure to have tmux-themepack installed:
$ git clone https://github.com/jimeh/tmux-themepack.git ~/.tmux-themepack
And powerline fonts installed:
$ sudo apt install fonts-powerline
Then copy paste the configuration:
$ cp tmux.conf ~/.tmux.conf
# Usage
I'm actually using tmux with gnome-therminal/mate-terminal. Add the following
startup command:
tmux attach
The terminal will start with the currently running tmux session.