mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 15:13:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
echo "downloading cheatsheet"
 | 
						|
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
 | 
						|
chmod 755 ~/.local/bin/cheat
 | 
						|
echo "cheatsheet ✓"
 |