Merge pull request 'use XDG_CONFIG_DIR instead home for tmux' (#4) from feature/use-xdg-config-tmux into main
Reviewed-on: #4
This commit is contained in:
		
						commit
						5ac717f75f
					
				@ -40,7 +40,8 @@ mkdir -p /home/$LOGIN/.config/weechat/
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
cp irc.conf /home/$LOGIN/.config/weechat
 | 
					cp irc.conf /home/$LOGIN/.config/weechat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cat << EOF > /home/$LOGIN/.tmux.conf
 | 
					mkdir -p /home/$LOGIN/.config/tmux
 | 
				
			||||||
 | 
					cat << EOF > /home/$LOGIN/.config/tmux/tmux.conf
 | 
				
			||||||
set -g mouse on
 | 
					set -g mouse on
 | 
				
			||||||
setw -g mode-keys vi
 | 
					setw -g mode-keys vi
 | 
				
			||||||
bind -n F1 select-window -t 0
 | 
					bind -n F1 select-window -t 0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user