mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 10:38:40 +00:00 
			
		
		
		
	Setup arc icon themes properly
This commit is contained in:
		
							parent
							
								
									de0f025207
								
							
						
					
					
						commit
						a76c5a8b91
					
				
							
								
								
									
										5
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup
									
									
									
									
									
								
							| 
						 | 
					@ -10,10 +10,11 @@ then
 | 
				
			||||||
    echo "Updating Ubuntu"
 | 
					    echo "Updating Ubuntu"
 | 
				
			||||||
    sudo apt update && sudo apt upgrade
 | 
					    sudo apt update && sudo apt upgrade
 | 
				
			||||||
    echo "Installing tools/utils"
 | 
					    echo "Installing tools/utils"
 | 
				
			||||||
    sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch
 | 
					    sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch autoconf
 | 
				
			||||||
    echo "Installing arc-icon-theme"
 | 
					    echo "Installing arc-icon-theme"
 | 
				
			||||||
    mkdir -p ~/git
 | 
					    mkdir -p ~/git
 | 
				
			||||||
    git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme && cd ~/git/arc-icon-theme
 | 
					    git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme
 | 
				
			||||||
 | 
					    cd ~/git/arc-icon-theme
 | 
				
			||||||
    ./autogen.sh --prefix=/usr
 | 
					    ./autogen.sh --prefix=/usr
 | 
				
			||||||
    sudo make install
 | 
					    sudo make install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue