mirror of
				https://github.com/flynx/post-install.git
				synced 2025-10-31 19:40:10 +00:00 
			
		
		
		
	added cpu-x
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									c7641efe61
								
							
						
					
					
						commit
						0f29bceb32
					
				
							
								
								
									
										19
									
								
								post-install
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								post-install
									
									
									
									
									
								
							| @ -62,6 +62,7 @@ FEATURES=( | ||||
| 	dnf | ||||
| 	flatpak | ||||
| 	npm | ||||
| 	vim | ||||
| 
 | ||||
| 	start-services | ||||
| 	start-user-services | ||||
| @ -119,7 +120,7 @@ PKG_DNF=( | ||||
| 
 | ||||
| 	# tools... | ||||
| 	openssl gpm   | ||||
| 	mc tmux bat htop | ||||
| 	mc tmux bat htop cpu-x | ||||
| 	keepassxc | ||||
| 
 | ||||
| 	# tty fonts... | ||||
| @ -131,7 +132,7 @@ PKG_DNF=( | ||||
| 	terminus-fonts-grub2 | ||||
| 
 | ||||
| 	# dev... | ||||
| 	vim gvim vifm  | ||||
| 	vifm  | ||||
| 	git nodejs | ||||
| 	p7zip zip unrar | ||||
| 
 | ||||
| @ -210,6 +211,7 @@ ALL_FEATURES=( | ||||
| 	flatpak | ||||
| 	snap | ||||
| 	npm | ||||
| 	vim | ||||
| 
 | ||||
| 	start-services | ||||
| 
 | ||||
| @ -254,11 +256,7 @@ function feature-user-copy(){ | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| function feature-dnf(){ | ||||
| 	@ sudo dnf update | ||||
| 
 | ||||
| 	@setupList sudo dnf install - ${PKG_DNF[@]} | ||||
| 
 | ||||
| 	# default editor... | ||||
| 	@ sudo dnf install vim-default-editor --allowerasing | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| @ -298,6 +296,14 @@ function feature-start-user-services(){ | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| function feature-vim(){ | ||||
| 	@ sudo dnf install vim gvim | ||||
| 	# default editor... | ||||
| 	@ sudo dnf install vim-default-editor --allowerasing | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| function feature-keyd(){ ( | ||||
| 	@ mkdir -p ~/work/EXTERNAL | ||||
| @ -369,6 +375,7 @@ function feature-syncthing(){ | ||||
| 
 | ||||
| 
 | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # XXX needs a bit more setup... | ||||
| function feature-snapshots(){ ( | ||||
| 	@ dnf install snapper python3-dnf-plugin-snapper | ||||
| 	@ sudo snapper -c root create-config / | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user