fixed tmux plugins
This commit is contained in:
		
							parent
							
								
									fc50cf0ae8
								
							
						
					
					
						commit
						d5057433de
					
				
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,7 +1 @@
 | 
			
		||||
tmux/resurrect
 | 
			
		||||
tmux/plugins
 | 
			
		||||
!tmux/plugins/tpm
 | 
			
		||||
 | 
			
		||||
*.swp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@ -11,9 +11,6 @@
 | 
			
		||||
[submodule "nerdtree"]
 | 
			
		||||
	path = vim/pack/man/start/nerdtree
 | 
			
		||||
	url = https://github.com/preservim/nerdtree.git
 | 
			
		||||
[submodule "tpm"]
 | 
			
		||||
	path = tmux/plugins/tpm
 | 
			
		||||
	url = https://github.com/tmux-plugins/tpm
 | 
			
		||||
[submodule "vim-obsession"]
 | 
			
		||||
	path = vim/pack/man/start/vim-obsession
 | 
			
		||||
	url = https://github.com/tpope/vim-obsession
 | 
			
		||||
@ -56,3 +53,6 @@
 | 
			
		||||
[submodule "fzf"]
 | 
			
		||||
	path = src/fzf
 | 
			
		||||
	url = https://github.com/junegunn/fzf.git
 | 
			
		||||
[submodule "tpm"]
 | 
			
		||||
	path = tmux/plugins/tpm
 | 
			
		||||
	url = https://github.com/tmux-plugins/tpm
 | 
			
		||||
 | 
			
		||||
@ -21,8 +21,6 @@
 | 
			
		||||
- shell:
 | 
			
		||||
    - [bin/pre-install.sh]
 | 
			
		||||
    - [git submodule update --init --recursive, Installing submodules]
 | 
			
		||||
    - [tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins]
 | 
			
		||||
    - [tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins]
 | 
			
		||||
    - [cd src/tmux-mem-cpu-load && cmake . && make, Building tmux-mem-cpu-load]
 | 
			
		||||
    - [cd src/fzf && make, Building fzf]
 | 
			
		||||
 | 
			
		||||
@ -50,3 +48,8 @@
 | 
			
		||||
    ~/bin/fzf-tmux: src/fzf/bin/fzf-tmux
 | 
			
		||||
    # custom systemd for time tracking
 | 
			
		||||
    ~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
 | 
			
		||||
 | 
			
		||||
# need to do after folders linked
 | 
			
		||||
- shell:
 | 
			
		||||
    - [~/.tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins]
 | 
			
		||||
    - [~/.tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins]
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										17
									
								
								tmux.conf
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								tmux.conf
									
									
									
									
									
								
							@ -30,19 +30,16 @@ set -g status-left " #(~/bin/weather -p) | #(~/bin/bb -pc) | #(~/bin/water -Scr)
 | 
			
		||||
set -g status-left-length 100
 | 
			
		||||
 | 
			
		||||
# tmux auto start
 | 
			
		||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
 | 
			
		||||
set -g @plugin 'tmux-plugins/tmux-continuum'
 | 
			
		||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
 | 
			
		||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
 | 
			
		||||
 | 
			
		||||
# ressurct config
 | 
			
		||||
set -g @continuum-save-interval 10
 | 
			
		||||
set -g @resurrect-capture-pane-contents 'on'
 | 
			
		||||
set -g @resurrect-strategy-vim 'session'
 | 
			
		||||
set -g @continuum-boot 'on'
 | 
			
		||||
# # ressurct config
 | 
			
		||||
# set -g @continuum-save-interval 10
 | 
			
		||||
# set -g @resurrect-capture-pane-contents 'on'
 | 
			
		||||
# set -g @resurrect-strategy-vim 'session'
 | 
			
		||||
# set -g @continuum-boot 'on'
 | 
			
		||||
#set -g @continuum-systemd-start-cmd 'new-session -d -s doormat'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# run tpm
 | 
			
		||||
run '~/.tmux/plugins/tpm/tpm'
 | 
			
		||||
#-#-# start_of_ranger_tmux_config #-#-#
 | 
			
		||||
bind-key Bspace run-shell -b '/usr/bin/python -m ranger_tmux.drop'
 | 
			
		||||
#-#-# end_of_ranger_tmux_config #-#-#
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								tmux/plugins/tpm
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								tmux/plugins/tpm
									
									
									
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
			
		||||
Subproject commit b699a7e01c253ffb7818b02d62bce24190ec1019
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user