anpassungen von Sudo und klonen statt einzeldownloads
This commit is contained in:
		
							parent
							
								
									887f601d9f
								
							
						
					
					
						commit
						5ab5a2b01d
					
				| 
						 | 
				
			
			@ -8,7 +8,7 @@ sudo nala install ninja-build gettext libtool-bin cmake g++ pkg-config unzip cur
 | 
			
		|||
git clone https://git.boergmann.it/klaas/shellskripte
 | 
			
		||||
cd shellskripte
 | 
			
		||||
 | 
			
		||||
cp ./configs/zshrc ~/home/klaas/.zshrc
 | 
			
		||||
cp ./configs/zshrc ~/.zshrc
 | 
			
		||||
 | 
			
		||||
# ssh Keys für alle Maschinen
 | 
			
		||||
cp ./ssh/public_keys ~/.ssh/authorized_keys
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ rm -Rf neovim
 | 
			
		|||
 | 
			
		||||
# config file for nvim
 | 
			
		||||
mkdir ~/.config/nvim
 | 
			
		||||
cp ~/shellskripte/configs/init.vim $USER_HOME/.config/nvim/init.vim
 | 
			
		||||
cp ~/shellskripte/configs/init.vim ~/.config/nvim/init.vim
 | 
			
		||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
 | 
			
		||||
nvim --headless +PlugInstall +qa
 | 
			
		||||
# Language support for python and C
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue