mirror of
				https://github.com/tiyn/larbs.git
				synced 2025-10-31 02:21:15 +01:00 
			
		
		
		
	0.0.11 adding dotfilesrepo
This commit is contained in:
		| @@ -1 +1 @@ | |||||||
| 0.0.10 | 0.0.11 | ||||||
							
								
								
									
										5
									
								
								larbs.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								larbs.sh
									
									
									
									
									
								
							| @@ -15,6 +15,7 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in | |||||||
| esac done | esac done | ||||||
|  |  | ||||||
| # DEFAULTS: | # DEFAULTS: | ||||||
|  | [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git" && repobranch="master" | ||||||
| [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git" | [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git" | ||||||
| [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/TiynGER/LARBS/master/progs.csv" | [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/TiynGER/LARBS/master/progs.csv" | ||||||
| [ -z "$aurhelper" ] && aurhelper="yay" | [ -z "$aurhelper" ] && aurhelper="yay" | ||||||
| @@ -199,6 +200,10 @@ manualinstall $aurhelper || error "Failed to install AUR helper." | |||||||
| # and all build dependencies are installed. | # and all build dependencies are installed. | ||||||
| installationloop | installationloop | ||||||
|  |  | ||||||
|  | # Install the dotfiles in the user's home directory | ||||||
|  | putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch" | ||||||
|  | rm -f "/home/$name/README.md" "/home/$name/LICENSE" | ||||||
|  |  | ||||||
| # Install the LARBS Firefox profile in ~/.mozilla/firefox/ | # Install the LARBS Firefox profile in ~/.mozilla/firefox/ | ||||||
| putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox" | putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user