1
0
mirror of https://github.com/samoshkin/tmux-config.git synced 2026-01-08 02:38:01 +00:00

Change installation instructions in readme. Do not install tmux plugins until fixed

This commit is contained in:
Alexey Samoshkin
2017-11-23 00:48:58 +02:00
parent fc31f382d4
commit 1ca0bea7a9
2 changed files with 11 additions and 7 deletions

View File

@@ -30,8 +30,8 @@ rsync -aq ./tmux/ "$HOME"/.tmux
ln -sf --backup --suffix=.bak .tmux/tmux.conf "$HOME"/.tmux.conf; ln -sf --backup --suffix=.bak .tmux/tmux.conf "$HOME"/.tmux.conf;
# BUG: Fix for fresh installation # BUG: Fix TPM and tmux plugins for fresh installation
"$HOME"/.tmux/plugins/tpm/bin/install_plugins # "$HOME"/.tmux/plugins/tpm/bin/install_plugins
printf "$(tput setaf 2)OK:$(tput sgr0) Completed\n" printf "$(tput setaf 2)OK:$(tput sgr0) Completed\n"

View File

@@ -1,6 +1,6 @@
Tmux 2 Configuration Tmux Configuration
===================== =====================
Tmux configuration, that supercharges your "tmux" terminal environment, and make you feel like a boss. Tmux configuration, that supercharges your [tmux](https://tmux.github.io/) to build cozy and cool terminal environment.
![intro](https://user-images.githubusercontent.com/768858/33152741-ec5f1270-cfe6-11e7-9570-6d17330a83aa.gif) ![intro](https://user-images.githubusercontent.com/768858/33152741-ec5f1270-cfe6-11e7-9570-6d17330a83aa.gif)
@@ -26,7 +26,7 @@ Features
- merge current session with existing one (move all windows) - merge current session with existing one (move all windows)
- integration with 3rd party plugins: [tmux-sidebar](https://github.com/tmux-plugins/tmux-sidebar), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-open](https://github.com/tmux-plugins/tmux-open), [tmux-plugin-sysstat](https://github.com/samoshkin/tmux-plugin-sysstat) - integration with 3rd party plugins: [tmux-sidebar](https://github.com/tmux-plugins/tmux-sidebar), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-open](https://github.com/tmux-plugins/tmux-open), [tmux-plugin-sysstat](https://github.com/samoshkin/tmux-plugin-sysstat)
TBD: **TBD**:
- [ ] retain current path when new pane is created - [ ] retain current path when new pane is created
- [ ] integration with clipboard - [ ] integration with clipboard
- [ ] fix pane resizing - [ ] fix pane resizing
@@ -35,14 +35,18 @@ TBD:
Installation Installation
------------- -------------
The prerequisite is to install tmux >= "2.4". The prerequisite is installed tmux >= "2.4" and [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)
``` ```
$ git clone https://github.com/samoshkin/tmux-config.git $ git clone https://github.com/samoshkin/tmux-config.git
$ ./tmux-config/install.sh $ ./tmux-config/install.sh
``` ```
Installation script will copy files to `~/.tmux` directory, symlink main `~/.tmux` config file, install Tmux plugin manager (if not already installed), install configured tmux plugins. If you already have existing `~/tmux.conf`, backup will be created. Installation script will copy files to `~/.tmux` directory, symlink main `~/.tmux` config file. If you already have existing `~/tmux.conf`, backup will be created.
Note, that after you launch tmux, plugins needs to be installed. Hit `C-a Shift-i` keybinding to install all tmux plugins.
- [ ] **TODO:** automate TPM and tmux plugin installation
General settings General settings