From 080122ada81f025b0d762f4ed8f241920da8c2c7 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 13 Nov 2020 15:16:32 -0500 Subject: added vim surround after pain --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0f212c5..285a4b9 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,17 @@ eg, If you want polybar and ranger only: This will install polybar and ranger in `/home//.config/polybar|ranger`. > Many of the modules depend on helper scripts. These are all (for now) under the Scripts modules. You can install it the same as other modules. Once installed make sure that it is in your PATH. See the `profile_min/.profile` file for an example. You can also do this in another way (bashrc etc.) + +## Notes for specific modules +### Tmux +after you run the stow command, you need to do a couple more things: +1. install tpm in the stowed directory: +git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm +2. create a sym link for the user config in home: +ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf +3. source the config +tmux source ~/.tmux.conf +4. once in tmux, install all the plugins +(Prefix then Install) i.e 'Ctrl + a' then 'I' + +### -- cgit v1.2.3