.dotfiles are user configuration files for Linux distributions, are saved at home folder
Tested and working on Linux and Cygwin.
For install on Lubuntu 16.04 (has tmux 2.1) and above.
- bash
- git -tmux 1.9 (or highger).
For Lubuntu 14.04 (has tmux 1.8) Use branch lubuntu1404 wich uses Tundle as tmux plugin manager due tmux 1.9 requeriment
1.- Introduction 2.- Setup 3.- Configure 4.- Install 5.- Optional
Aditional and detailled info about requermiments and configuration (TL;DR)
-
Tmux Plugin Manger (TPM)
-
Requeriments
- Tmux version 1.9 (or higher)
- git
- bash
-
Tmux resurrect - Restore tmux environment after system restart.
- Requeriments
- bash
- tmux 1.9 or higher
- Requeriments
-
Tmux resurrect - Restore tmux environment after system restart.
-
Requirements
- bash
- tmux 1.9 or higher
-
Config details
- Restoring vim and neovim sessions
- restoring pane contents (experimental)
-
-
tmux-continuum - automatic restoring and continuous saving of tmux env
-
Requirements
- bash
- tmux 1.9 or higher,
- tmux-resurrect plugin
-
Config details
-
-
tmux-copycat: A plugin that enhances tmux search
- Config details, enabled options, tweaked settings
tmux.conffile has been configured for manual installation of tmux-copycat plugin as required for tmux 2.3 and earlier versions (https://github.com/tmux-plugins/tmux-copycat/blob/master/docs/installation_for_tmux_2.3.md) for Lubuntu 16.04 (which has tmux 2.1.- Increased scrollback buffer size
- Config details, enabled options, tweaked settings
-
Lubuntu 14.04
- tmux 1.9
Lubuntu 16.04
- tmux 2.1
Further reading
We follow this approach:
How To Use Git to Manage your User Configuration Files on a Linux VPS | DigitalOcean
Additional sources:
The best way to store your dotfiles: A bare Git repository - Atlassian Developers
Using Git and Github to Manage Your Dotfiles – the smalley creative blog
Getting started with dotfiles – Lars Kappert – Medium
More extensive compilation:
GitHub does dotfiles - dotfiles.github.io, Your unofficial guide to dotfiles on GitHub