diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-30 00:38:24 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-30 00:38:24 +0200 |
| commit | 0df84c207658b65c121dd27fe297810d908a45a9 (patch) | |
| tree | 8e0cbcd5e9832e411a75d912713e298b2fed4568 /README.md | |
| parent | feat: remove unnecessary whitespace (diff) | |
| download | suckless-setup-0df84c207658b65c121dd27fe297810d908a45a9.tar.gz | |
feat: add tmux config
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ sudo cp picom.conf /etc/xdg/picom.conf # optional cp neofetch -r ~/.config/ cp vis -r ~/.config/ # for https://github.com/dpayne/cli-visualizer + +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +cp tmux -r ~/.config + +# Start tmux, and install necessary plugins with C-a I ``` Build and install each program manually or with the included script |
