| 
									
										
										
										
											2021-02-24 00:41:03 -08:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | script=$(readlink -f "$0") | 
					
						
							|  |  |  | script_dir=$(dirname "$script") | 
					
						
							|  |  |  | echo "script-directory: $script_dir" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cp ${script_dir}/tmux.conf ~/.tmux.conf | 
					
						
							|  |  |  | cp ${script_dir}/vimrc ~/.vimrc | 
					
						
							| 
									
										
										
										
											2021-04-01 20:36:41 -07:00
										 |  |  | cp ${script_dir}/bashrc ~/.bashrc | 
					
						
							| 
									
										
										
										
											2021-02-24 00:41:03 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | wget https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh | 
					
						
							| 
									
										
										
										
											2021-04-01 20:36:41 -07:00
										 |  |  | wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh | 
					
						
							| 
									
										
										
										
											2021-04-02 21:28:26 -07:00
										 |  |  | wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |