(chore): Fix some styling
This commit is contained in:
		
							parent
							
								
									251194b35c
								
							
						
					
					
						commit
						b42c8addaa
					
				
					 1 changed files with 78 additions and 79 deletions
				
			
		| 
						 | 
				
			
			@ -26,13 +26,13 @@ DISTRO=$(detect_linux_distro)
 | 
			
		|||
 | 
			
		||||
# Determine the appropriate package manager
 | 
			
		||||
case "$DISTRO" in
 | 
			
		||||
    fedora|rhel|centos)
 | 
			
		||||
fedora | rhel | centos)
 | 
			
		||||
  PACKAGE_MANAGER="dnf"
 | 
			
		||||
  ;;
 | 
			
		||||
    debian|ubuntu|pop)
 | 
			
		||||
debian | ubuntu | pop)
 | 
			
		||||
  PACKAGE_MANAGER="apt"
 | 
			
		||||
  ;;
 | 
			
		||||
    *)
 | 
			
		||||
*)
 | 
			
		||||
  echo "Unsupported distribution: $DISTRO"
 | 
			
		||||
  exit 1
 | 
			
		||||
  ;;
 | 
			
		||||
| 
						 | 
				
			
			@ -67,6 +67,7 @@ PACKAGE_LIST=(
 | 
			
		|||
 | 
			
		||||
FLATPAK_LIST=(
 | 
			
		||||
  com.bitwarden.desktop
 | 
			
		||||
  com.discordapp.Discord
 | 
			
		||||
  com.github.tchx84.Flatseal
 | 
			
		||||
  com.valvesoftware.Steam
 | 
			
		||||
  net.davidotek.pupgui2
 | 
			
		||||
| 
						 | 
				
			
			@ -131,14 +132,12 @@ mkdir -p ~/.local/share/fonts && cp Hack/HackNerdFont-Regular.ttf ~/.local/share
 | 
			
		|||
fc-cache -f -v
 | 
			
		||||
rm -rf Hack*
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
echo ######################
 | 
			
		||||
echo # Installing OhMyZSH #
 | 
			
		||||
echo ######################
 | 
			
		||||
 | 
			
		||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
echo ###################
 | 
			
		||||
echo # Install Rust Up #
 | 
			
		||||
echo ###################
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue