Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmbuhr/tmux-kickstarter
A semi-opinionated tmux config to get started
https://github.com/jmbuhr/tmux-kickstarter
Last synced: 9 days ago
JSON representation
A semi-opinionated tmux config to get started
- Host: GitHub
- URL: https://github.com/jmbuhr/tmux-kickstarter
- Owner: jmbuhr
- License: mit
- Created: 2022-06-03T10:39:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T16:01:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T18:41:34.449Z (3 months ago)
- Size: 2.93 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tmux configuration
Sort of opinionated. Works greate with .
To use, put the file `.tmux.config` into your home folder.
Either manually or with (if you don't already have a tmux config):```bash
cd ~
wget https://raw.githubusercontent.com/jmbuhr/tmux-kickstarter/main/.tmux.conf
```Then:
- install tpm: `git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
- open tmux
- press prefix + I (capital i, as in Install) to fetch the plugins
- restart tmux
- prefix + U updates pluginsThe default prefix is `ctrl-b`, with this configuration it will be `ctrl-space`.