|  |  | @ -90,7 +90,7 @@ make install | 
			
		
	
		
			
				
					|  |  |  | make clean | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | echo "Building neovim..." | 
			
		
	
		
			
				
					|  |  |  | cd /usr/local/src/st/ | 
			
		
	
		
			
				
					|  |  |  | cd /usr/local/src/neovim/ | 
			
		
	
		
			
				
					|  |  |  | make CMAKE_BUILD_TYPE=RelWithDebInfo | 
			
		
	
		
			
				
					|  |  |  | make install | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
	
		
			
				
					|  |  | @ -100,6 +100,13 @@ cd /opt/yay | 
			
		
	
		
			
				
					|  |  |  | makepkg -si | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | echo "Cloning dotfiles..." | 
			
		
	
		
			
				
					|  |  |  | git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/ | 
			
		
	
		
			
				
					|  |  |  | chown -R tovi:tovi /home/tovi/.dotfiles | 
			
		
	
		
			
				
					|  |  |  | su -c "cd ~/.dotfiles/ && stow ." tovi | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | echo 'ZDOTDIR=$HOME/.config/zsh' > /etc/zsh/zshenv | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | chsh -s /bin/zsh tovi | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | echo "Enabling networkmanager service..." | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
	
		
			
				
					|  |  | 
 |