mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 04:58:41 +00:00 
			
		
		
		
	Update setup script
This commit is contained in:
		
							parent
							
								
									c2771ad92c
								
							
						
					
					
						commit
						944dfd8384
					
				
							
								
								
									
										13
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								setup
									
									
									
									
									
								
							| 
						 | 
					@ -2,17 +2,26 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Setting up the stuff..."
 | 
					echo "Setting up the stuff..."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ "$(uname -a)" == *"Ubuntu"*  ]]
 | 
					if [[ "$(cat /etc/os-release)" == *"Ubuntu"*  ]]
 | 
				
			||||||
then
 | 
					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    
 | 
					    sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr
 | 
				
			||||||
 | 
					    echo "Installing arc-icon-theme"
 | 
				
			||||||
 | 
					    mkdir -p ~/git
 | 
				
			||||||
 | 
					    git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme && cd ~/git/arc-icon-theme
 | 
				
			||||||
 | 
					    ./autogen.sh --prefix=/usr
 | 
				
			||||||
 | 
					    sudo make install
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    echo "Updating Arch"
 | 
					    echo "Updating Arch"
 | 
				
			||||||
    sudo pacman -Syyu
 | 
					    sudo pacman -Syyu
 | 
				
			||||||
    echo "Installing tools/utils"
 | 
					    echo "Installing tools/utils"
 | 
				
			||||||
    sudo pacman -S ripgrep fd neovim make stow tmux
 | 
					    sudo pacman -S ripgrep fd neovim make stow tmux
 | 
				
			||||||
 | 
					    sudo pacman -S ripgrep fd neovim make stow tmux dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald acpi arc-icon-theme playerctl
 | 
				
			||||||
 | 
					    sudo systemctl enable --now power-profiles-daemon
 | 
				
			||||||
 | 
					    sudo thermald --systemd
 | 
				
			||||||
 | 
					    sudo power-profiles-daemon set performance
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue