feat: configure .vimrc, configure direnv in .bashrc
This commit is contained in:
		
							parent
							
								
									5ff94a411c
								
							
						
					
					
						commit
						e63eca9978
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -34,7 +34,9 @@ RUN set -eux && \ | |||
|     rm -rf /var/lib/apt/lists/* && \ | ||||
|     echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \ | ||||
|     /usr/sbin/locale-gen && \ | ||||
|     /usr/sbin/update-locale 'LANG=en_US.UTF-8' | ||||
|     /usr/sbin/update-locale 'LANG=en_US.UTF-8' && \ | ||||
|     echo "set mouse=\"\"" > /root/.vimrc && \ | ||||
|     echo "eval \"\$(direnv hook bash)\"" >> /root/.bashrc | ||||
| 
 | ||||
| ADD start.sh / | ||||
| WORKDIR /root | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pim van den Berg
						Pim van den Berg