mirror of
				https://github.com/KevinMidboe/dotfiles.git
				synced 2025-10-29 17:40:19 +00:00 
			
		
		
		
	Add hostnames for grafana and bind. Cargo into path variable. Alias has new weather command.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.aliases
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								.aliases
									
									
									
									
									
								
							| @@ -24,3 +24,4 @@ alias trash='rmtrash' | |||||||
| alias del="rmtrash" | alias del="rmtrash" | ||||||
| alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b" | alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b" | ||||||
| alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' | alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' | ||||||
|  | alias weather="curl 'https://wttr.in/~Oslo?0'" | ||||||
|   | |||||||
| @@ -45,3 +45,5 @@ PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" | |||||||
| export PATH | export PATH | ||||||
|  |  | ||||||
| test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" | test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" | ||||||
|  |  | ||||||
|  | export PATH="$HOME/.cargo/bin:$PATH" | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								.oh-my-zsh
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								.oh-my-zsh
									
									
									
									
									
										Submodule
									
								
							 Submodule .oh-my-zsh added at af1709cfdc
									
								
							
							
								
								
									
										12
									
								
								.ssh/config
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.ssh/config
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| Include ~/.ssh/*_config | include ~/.ssh/*_config | ||||||
|  |  | ||||||
| Host imm | Host imm | ||||||
|     HostName 10.0.0.114 |     HostName 10.0.0.114 | ||||||
| @@ -37,6 +37,13 @@ Host xoa | |||||||
| 	HostName 10.0.0.43 | 	HostName 10.0.0.43 | ||||||
| 	User kevin  | 	User kevin  | ||||||
|  |  | ||||||
|  | Host grafana  | ||||||
|  | 	HostName 10.0.0.48 | ||||||
|  | 	User kevin | ||||||
|  | Host bind | ||||||
|  | 	HostName 10.0.0.49 | ||||||
|  | 	User kevin | ||||||
|  |  | ||||||
| Host i2c | Host i2c | ||||||
|         HostName 10.0.0.69 |         HostName 10.0.0.69 | ||||||
|         User pi |         User pi | ||||||
| @@ -67,8 +74,7 @@ Host zerow | |||||||
|  |  | ||||||
| Host kevinmidboe | Host kevinmidboe | ||||||
|         Hostname kevinmidboe.com |         Hostname kevinmidboe.com | ||||||
|         Port 2222 | 	User kevin | ||||||
| 	User kevinmidboe |  | ||||||
|  |  | ||||||
| Host curtain | Host curtain | ||||||
| 	Hostname 10.0.0.9 | 	Hostname 10.0.0.9 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user