| 
					
				 | 
			
			
				@@ -137,13 +137,7 @@ rsync -Pav /etc/skel/ "$(getent passwd root | cut -d: -f6)/" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 sed -i "/ssh-add/d" "$(getent passwd root | cut -d: -f6)/.bashrc" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # install protontricks 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-python3 -m pip install protontricks 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# python3 -m pip install protontricks 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # enable ccache and optimize cores for AUR 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 sed -i 's/!ccache/ccache/' /etc/makepkg.conf 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -166,11 +160,6 @@ sudo -u $aur_username git clone https://aur.archlinux.org/numix-icon-theme-git.g 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # wev 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # cleanup aur user 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 rm -rf /etc/sudoers.d/${aur_username} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 userdel -fr $aur_username 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -242,7 +231,7 @@ su $username -c "cd; if [ ! -f ~/.ssh/id_ed25519 ]; then ssh-keygen -q -t ed2551 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # install gvm loading from ~/.bashrc & ~/.bash_profile, and the latest go version 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 su $username -c "if [ ! -d ~/.gvm ]; then GVM_NO_UPDATE_PROFILE=1 bash < <(curl -Ls https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer 2> /dev/null); fi" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 su $username -c 'grep "gvm" ~/.bash_profile &> /dev/null || echo -e "\n# load gvm\n[ -s $HOME/.gvm/scripts/gvm ] && . $HOME/.gvm/scripts/gvm" >> ~/.bash_profile' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-su $username -c ". ~/.gvm/scripts/gvm && gvm install go1.19.1 -B && gvm use go1.19.1 --default" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+su $username -c ". ~/.gvm/scripts/gvm && gvm install go1.21.3 -B && gvm use go1.21.3 --default" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # configure user-space transmission 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if [ ! -f "/etc/systemd/system/transmission.service.d/local.conf" ]; then 
			 |